File: /home/spacei/spacei-tolive/spacei_uat-dec01.sql
-- MySQL dump 10.13 Distrib 5.7.34, for Linux (x86_64)
--
-- Host: localhost Database: spacei_uat
-- ------------------------------------------------------
-- Server version 5.7.34-log
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM 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/','','2021-11-08 03:31:54','2021-11-08 03:31:54','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,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_countries`
--
DROP TABLE IF EXISTS `wp_countries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_countries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`iso` char(2) NOT NULL,
`name` varchar(80) NOT NULL,
`nicename` varchar(80) NOT NULL,
`iso3` char(3) DEFAULT NULL,
`numcode` smallint(6) DEFAULT NULL,
`phonecode` int(5) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=240 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_countries`
--
LOCK TABLES `wp_countries` WRITE;
/*!40000 ALTER TABLE `wp_countries` DISABLE KEYS */;
INSERT INTO `wp_countries` VALUES (1,'AF','AFGHANISTAN','Afghanistan','AFG',4,93),(2,'AL','ALBANIA','Albania','ALB',8,355),(3,'DZ','ALGERIA','Algeria','DZA',12,213),(4,'AS','AMERICAN SAMOA','American Samoa','ASM',16,1684),(5,'AD','ANDORRA','Andorra','AND',20,376),(6,'AO','ANGOLA','Angola','AGO',24,244),(7,'AI','ANGUILLA','Anguilla','AIA',660,1264),(8,'AQ','ANTARCTICA','Antarctica',NULL,NULL,0),(9,'AG','ANTIGUA AND BARBUDA','Antigua and Barbuda','ATG',28,1268),(10,'AR','ARGENTINA','Argentina','ARG',32,54),(11,'AM','ARMENIA','Armenia','ARM',51,374),(12,'AW','ARUBA','Aruba','ABW',533,297),(13,'AU','AUSTRALIA','Australia','AUS',36,61),(14,'AT','AUSTRIA','Austria','AUT',40,43),(15,'AZ','AZERBAIJAN','Azerbaijan','AZE',31,994),(16,'BS','BAHAMAS','Bahamas','BHS',44,1242),(17,'BH','BAHRAIN','Bahrain','BHR',48,973),(18,'BD','BANGLADESH','Bangladesh','BGD',50,880),(19,'BB','BARBADOS','Barbados','BRB',52,1246),(20,'BY','BELARUS','Belarus','BLR',112,375),(21,'BE','BELGIUM','Belgium','BEL',56,32),(22,'BZ','BELIZE','Belize','BLZ',84,501),(23,'BJ','BENIN','Benin','BEN',204,229),(24,'BM','BERMUDA','Bermuda','BMU',60,1441),(25,'BT','BHUTAN','Bhutan','BTN',64,975),(26,'BO','BOLIVIA','Bolivia','BOL',68,591),(27,'BA','BOSNIA AND HERZEGOVINA','Bosnia and Herzegovina','BIH',70,387),(28,'BW','BOTSWANA','Botswana','BWA',72,267),(29,'BV','BOUVET ISLAND','Bouvet Island',NULL,NULL,0),(30,'BR','BRAZIL','Brazil','BRA',76,55),(31,'IO','BRITISH INDIAN OCEAN TERRITORY','British Indian Ocean Territory',NULL,NULL,246),(32,'BN','BRUNEI DARUSSALAM','Brunei Darussalam','BRN',96,673),(33,'BG','BULGARIA','Bulgaria','BGR',100,359),(34,'BF','BURKINA FASO','Burkina Faso','BFA',854,226),(35,'BI','BURUNDI','Burundi','BDI',108,257),(36,'KH','CAMBODIA','Cambodia','KHM',116,855),(37,'CM','CAMEROON','Cameroon','CMR',120,237),(38,'CA','CANADA','Canada','CAN',124,1),(39,'CV','CAPE VERDE','Cape Verde','CPV',132,238),(40,'KY','CAYMAN ISLANDS','Cayman Islands','CYM',136,1345),(41,'CF','CENTRAL AFRICAN REPUBLIC','Central African Republic','CAF',140,236),(42,'TD','CHAD','Chad','TCD',148,235),(43,'CL','CHILE','Chile','CHL',152,56),(44,'CN','CHINA','China','CHN',156,86),(45,'CX','CHRISTMAS ISLAND','Christmas Island',NULL,NULL,61),(46,'CC','COCOS (KEELING) ISLANDS','Cocos (Keeling) Islands',NULL,NULL,672),(47,'CO','COLOMBIA','Colombia','COL',170,57),(48,'KM','COMOROS','Comoros','COM',174,269),(49,'CG','CONGO','Congo','COG',178,242),(50,'CD','CONGO, THE DEMOCRATIC REPUBLIC OF THE','Congo, the Democratic Republic of the','COD',180,242),(51,'CK','COOK ISLANDS','Cook Islands','COK',184,682),(52,'CR','COSTA RICA','Costa Rica','CRI',188,506),(53,'CI','COTE D\'IVOIRE','Cote D\'Ivoire','CIV',384,225),(54,'HR','CROATIA','Croatia','HRV',191,385),(55,'CU','CUBA','Cuba','CUB',192,53),(56,'CY','CYPRUS','Cyprus','CYP',196,357),(57,'CZ','CZECH REPUBLIC','Czech Republic','CZE',203,420),(58,'DK','DENMARK','Denmark','DNK',208,45),(59,'DJ','DJIBOUTI','Djibouti','DJI',262,253),(60,'DM','DOMINICA','Dominica','DMA',212,1767),(61,'DO','DOMINICAN REPUBLIC','Dominican Republic','DOM',214,1809),(62,'EC','ECUADOR','Ecuador','ECU',218,593),(63,'EG','EGYPT','Egypt','EGY',818,20),(64,'SV','EL SALVADOR','El Salvador','SLV',222,503),(65,'GQ','EQUATORIAL GUINEA','Equatorial Guinea','GNQ',226,240),(66,'ER','ERITREA','Eritrea','ERI',232,291),(67,'EE','ESTONIA','Estonia','EST',233,372),(68,'ET','ETHIOPIA','Ethiopia','ETH',231,251),(69,'FK','FALKLAND ISLANDS (MALVINAS)','Falkland Islands (Malvinas)','FLK',238,500),(70,'FO','FAROE ISLANDS','Faroe Islands','FRO',234,298),(71,'FJ','FIJI','Fiji','FJI',242,679),(72,'FI','FINLAND','Finland','FIN',246,358),(73,'FR','FRANCE','France','FRA',250,33),(74,'GF','FRENCH GUIANA','French Guiana','GUF',254,594),(75,'PF','FRENCH POLYNESIA','French Polynesia','PYF',258,689),(76,'TF','FRENCH SOUTHERN TERRITORIES','French Southern Territories',NULL,NULL,0),(77,'GA','GABON','Gabon','GAB',266,241),(78,'GM','GAMBIA','Gambia','GMB',270,220),(79,'GE','GEORGIA','Georgia','GEO',268,995),(80,'DE','GERMANY','Germany','DEU',276,49),(81,'GH','GHANA','Ghana','GHA',288,233),(82,'GI','GIBRALTAR','Gibraltar','GIB',292,350),(83,'GR','GREECE','Greece','GRC',300,30),(84,'GL','GREENLAND','Greenland','GRL',304,299),(85,'GD','GRENADA','Grenada','GRD',308,1473),(86,'GP','GUADELOUPE','Guadeloupe','GLP',312,590),(87,'GU','GUAM','Guam','GUM',316,1671),(88,'GT','GUATEMALA','Guatemala','GTM',320,502),(89,'GN','GUINEA','Guinea','GIN',324,224),(90,'GW','GUINEA-BISSAU','Guinea-Bissau','GNB',624,245),(91,'GY','GUYANA','Guyana','GUY',328,592),(92,'HT','HAITI','Haiti','HTI',332,509),(93,'HM','HEARD ISLAND AND MCDONALD ISLANDS','Heard Island and Mcdonald Islands',NULL,NULL,0),(94,'VA','HOLY SEE (VATICAN CITY STATE)','Holy See (Vatican City State)','VAT',336,39),(95,'HN','HONDURAS','Honduras','HND',340,504),(96,'HK','HONG KONG','Hong Kong','HKG',344,852),(97,'HU','HUNGARY','Hungary','HUN',348,36),(98,'IS','ICELAND','Iceland','ISL',352,354),(99,'IN','INDIA','India','IND',356,91),(100,'ID','INDONESIA','Indonesia','IDN',360,62),(101,'IR','IRAN, ISLAMIC REPUBLIC OF','Iran, Islamic Republic of','IRN',364,98),(102,'IQ','IRAQ','Iraq','IRQ',368,964),(103,'IE','IRELAND','Ireland','IRL',372,353),(104,'IL','ISRAEL','Israel','ISR',376,972),(105,'IT','ITALY','Italy','ITA',380,39),(106,'JM','JAMAICA','Jamaica','JAM',388,1876),(107,'JP','JAPAN','Japan','JPN',392,81),(108,'JO','JORDAN','Jordan','JOR',400,962),(109,'KZ','KAZAKHSTAN','Kazakhstan','KAZ',398,7),(110,'KE','KENYA','Kenya','KEN',404,254),(111,'KI','KIRIBATI','Kiribati','KIR',296,686),(112,'KP','KOREA, DEMOCRATIC PEOPLE\'S REPUBLIC OF','Korea, Democratic People\'s Republic of','PRK',408,850),(113,'KR','KOREA, REPUBLIC OF','Korea, Republic of','KOR',410,82),(114,'KW','KUWAIT','Kuwait','KWT',414,965),(115,'KG','KYRGYZSTAN','Kyrgyzstan','KGZ',417,996),(116,'LA','LAO PEOPLE\'S DEMOCRATIC REPUBLIC','Lao People\'s Democratic Republic','LAO',418,856),(117,'LV','LATVIA','Latvia','LVA',428,371),(118,'LB','LEBANON','Lebanon','LBN',422,961),(119,'LS','LESOTHO','Lesotho','LSO',426,266),(120,'LR','LIBERIA','Liberia','LBR',430,231),(121,'LY','LIBYAN ARAB JAMAHIRIYA','Libyan Arab Jamahiriya','LBY',434,218),(122,'LI','LIECHTENSTEIN','Liechtenstein','LIE',438,423),(123,'LT','LITHUANIA','Lithuania','LTU',440,370),(124,'LU','LUXEMBOURG','Luxembourg','LUX',442,352),(125,'MO','MACAO','Macao','MAC',446,853),(126,'MK','MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF','Macedonia, the Former Yugoslav Republic of','MKD',807,389),(127,'MG','MADAGASCAR','Madagascar','MDG',450,261),(128,'MW','MALAWI','Malawi','MWI',454,265),(129,'MY','MALAYSIA','Malaysia','MYS',458,60),(130,'MV','MALDIVES','Maldives','MDV',462,960),(131,'ML','MALI','Mali','MLI',466,223),(132,'MT','MALTA','Malta','MLT',470,356),(133,'MH','MARSHALL ISLANDS','Marshall Islands','MHL',584,692),(134,'MQ','MARTINIQUE','Martinique','MTQ',474,596),(135,'MR','MAURITANIA','Mauritania','MRT',478,222),(136,'MU','MAURITIUS','Mauritius','MUS',480,230),(137,'YT','MAYOTTE','Mayotte',NULL,NULL,269),(138,'MX','MEXICO','Mexico','MEX',484,52),(139,'FM','MICRONESIA, FEDERATED STATES OF','Micronesia, Federated States of','FSM',583,691),(140,'MD','MOLDOVA, REPUBLIC OF','Moldova, Republic of','MDA',498,373),(141,'MC','MONACO','Monaco','MCO',492,377),(142,'MN','MONGOLIA','Mongolia','MNG',496,976),(143,'MS','MONTSERRAT','Montserrat','MSR',500,1664),(144,'MA','MOROCCO','Morocco','MAR',504,212),(145,'MZ','MOZAMBIQUE','Mozambique','MOZ',508,258),(146,'MM','MYANMAR','Myanmar','MMR',104,95),(147,'NA','NAMIBIA','Namibia','NAM',516,264),(148,'NR','NAURU','Nauru','NRU',520,674),(149,'NP','NEPAL','Nepal','NPL',524,977),(150,'NL','NETHERLANDS','Netherlands','NLD',528,31),(151,'AN','NETHERLANDS ANTILLES','Netherlands Antilles','ANT',530,599),(152,'NC','NEW CALEDONIA','New Caledonia','NCL',540,687),(153,'NZ','NEW ZEALAND','New Zealand','NZL',554,64),(154,'NI','NICARAGUA','Nicaragua','NIC',558,505),(155,'NE','NIGER','Niger','NER',562,227),(156,'NG','NIGERIA','Nigeria','NGA',566,234),(157,'NU','NIUE','Niue','NIU',570,683),(158,'NF','NORFOLK ISLAND','Norfolk Island','NFK',574,672),(159,'MP','NORTHERN MARIANA ISLANDS','Northern Mariana Islands','MNP',580,1670),(160,'NO','NORWAY','Norway','NOR',578,47),(161,'OM','OMAN','Oman','OMN',512,968),(162,'PK','PAKISTAN','Pakistan','PAK',586,92),(163,'PW','PALAU','Palau','PLW',585,680),(164,'PS','PALESTINIAN TERRITORY, OCCUPIED','Palestinian Territory, Occupied',NULL,NULL,970),(165,'PA','PANAMA','Panama','PAN',591,507),(166,'PG','PAPUA NEW GUINEA','Papua New Guinea','PNG',598,675),(167,'PY','PARAGUAY','Paraguay','PRY',600,595),(168,'PE','PERU','Peru','PER',604,51),(169,'PH','PHILIPPINES','Philippines','PHL',608,63),(170,'PN','PITCAIRN','Pitcairn','PCN',612,0),(171,'PL','POLAND','Poland','POL',616,48),(172,'PT','PORTUGAL','Portugal','PRT',620,351),(173,'PR','PUERTO RICO','Puerto Rico','PRI',630,1787),(174,'QA','QATAR','Qatar','QAT',634,974),(175,'RE','REUNION','Reunion','REU',638,262),(176,'RO','ROMANIA','Romania','ROM',642,40),(177,'RU','RUSSIAN FEDERATION','Russian Federation','RUS',643,70),(178,'RW','RWANDA','Rwanda','RWA',646,250),(179,'SH','SAINT HELENA','Saint Helena','SHN',654,290),(180,'KN','SAINT KITTS AND NEVIS','Saint Kitts and Nevis','KNA',659,1869),(181,'LC','SAINT LUCIA','Saint Lucia','LCA',662,1758),(182,'PM','SAINT PIERRE AND MIQUELON','Saint Pierre and Miquelon','SPM',666,508),(183,'VC','SAINT VINCENT AND THE GRENADINES','Saint Vincent and the Grenadines','VCT',670,1784),(184,'WS','SAMOA','Samoa','WSM',882,684),(185,'SM','SAN MARINO','San Marino','SMR',674,378),(186,'ST','SAO TOME AND PRINCIPE','Sao Tome and Principe','STP',678,239),(187,'SA','SAUDI ARABIA','Saudi Arabia','SAU',682,966),(188,'SN','SENEGAL','Senegal','SEN',686,221),(189,'CS','SERBIA AND MONTENEGRO','Serbia and Montenegro',NULL,NULL,381),(190,'SC','SEYCHELLES','Seychelles','SYC',690,248),(191,'SL','SIERRA LEONE','Sierra Leone','SLE',694,232),(192,'SG','SINGAPORE','Singapore','SGP',702,65),(193,'SK','SLOVAKIA','Slovakia','SVK',703,421),(194,'SI','SLOVENIA','Slovenia','SVN',705,386),(195,'SB','SOLOMON ISLANDS','Solomon Islands','SLB',90,677),(196,'SO','SOMALIA','Somalia','SOM',706,252),(197,'ZA','SOUTH AFRICA','South Africa','ZAF',710,27),(198,'GS','SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS','South Georgia and the South Sandwich Islands',NULL,NULL,0),(199,'ES','SPAIN','Spain','ESP',724,34),(200,'LK','SRI LANKA','Sri Lanka','LKA',144,94),(201,'SD','SUDAN','Sudan','SDN',736,249),(202,'SR','SURINAME','Suriname','SUR',740,597),(203,'SJ','SVALBARD AND JAN MAYEN','Svalbard and Jan Mayen','SJM',744,47),(204,'SZ','SWAZILAND','Swaziland','SWZ',748,268),(205,'SE','SWEDEN','Sweden','SWE',752,46),(206,'CH','SWITZERLAND','Switzerland','CHE',756,41),(207,'SY','SYRIAN ARAB REPUBLIC','Syrian Arab Republic','SYR',760,963),(208,'TW','TAIWAN, PROVINCE OF CHINA','Taiwan, Province of China','TWN',158,886),(209,'TJ','TAJIKISTAN','Tajikistan','TJK',762,992),(210,'TZ','TANZANIA, UNITED REPUBLIC OF','Tanzania, United Republic of','TZA',834,255),(211,'TH','THAILAND','Thailand','THA',764,66),(212,'TL','TIMOR-LESTE','Timor-Leste',NULL,NULL,670),(213,'TG','TOGO','Togo','TGO',768,228),(214,'TK','TOKELAU','Tokelau','TKL',772,690),(215,'TO','TONGA','Tonga','TON',776,676),(216,'TT','TRINIDAD AND TOBAGO','Trinidad and Tobago','TTO',780,1868),(217,'TN','TUNISIA','Tunisia','TUN',788,216),(218,'TR','TURKEY','Turkey','TUR',792,90),(219,'TM','TURKMENISTAN','Turkmenistan','TKM',795,7370),(220,'TC','TURKS AND CAICOS ISLANDS','Turks and Caicos Islands','TCA',796,1649),(221,'TV','TUVALU','Tuvalu','TUV',798,688),(222,'UG','UGANDA','Uganda','UGA',800,256),(223,'UA','UKRAINE','Ukraine','UKR',804,380),(224,'AE','UNITED ARAB EMIRATES','United Arab Emirates','ARE',784,971),(225,'GB','UNITED KINGDOM','United Kingdom','GBR',826,44),(226,'US','UNITED STATES','United States','USA',840,1),(227,'UM','UNITED STATES MINOR OUTLYING ISLANDS','United States Minor Outlying Islands',NULL,NULL,1),(228,'UY','URUGUAY','Uruguay','URY',858,598),(229,'UZ','UZBEKISTAN','Uzbekistan','UZB',860,998),(230,'VU','VANUATU','Vanuatu','VUT',548,678),(231,'VE','VENEZUELA','Venezuela','VEN',862,58),(232,'VN','VIET NAM','Viet Nam','VNM',704,84),(233,'VG','VIRGIN ISLANDS, BRITISH','Virgin Islands, British','VGB',92,1284),(234,'VI','VIRGIN ISLANDS, U.S.','Virgin Islands, U.s.','VIR',850,1340),(235,'WF','WALLIS AND FUTUNA','Wallis and Futuna','WLF',876,681),(236,'EH','WESTERN SAHARA','Western Sahara','ESH',732,212),(237,'YE','YEMEN','Yemen','YEM',887,967),(238,'ZM','ZAMBIA','Zambia','ZMB',894,260),(239,'ZW','ZIMBABWE','Zimbabwe','ZWE',716,263);
/*!40000 ALTER TABLE `wp_countries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_enquiry`
--
DROP TABLE IF EXISTS `wp_enquiry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_enquiry` (
`id` int(9) NOT NULL AUTO_INCREMENT,
`name` varchar(250) NOT NULL,
`email` varchar(250) NOT NULL,
`country` varchar(500) NOT NULL,
`phone` varchar(250) NOT NULL,
`description` text NOT NULL,
`lead_source` varchar(500) NOT NULL,
`recap_response_json` text NOT NULL,
`ip_address` text NOT NULL,
`created_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_enquiry`
--
LOCK TABLES `wp_enquiry` WRITE;
/*!40000 ALTER TABLE `wp_enquiry` DISABLE KEYS */;
INSERT INTO `wp_enquiry` VALUES (1,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','','127.0.0.1','2021-11-09 17:09:16'),(2,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','','127.0.0.1','2021-11-09 17:15:14'),(3,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-11-09T12:02:11Z\",\n \"hostname\": \"spacei.local\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','127.0.0.1','2021-11-09 17:32:21'),(4,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": false,\n \"error-codes\": [\n \"timeout-or-duplicate\"\n ]\n}','127.0.0.1','2021-11-09 17:34:28'),(5,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-11-09T12:04:33Z\",\n \"hostname\": \"spacei.local\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','127.0.0.1','2021-11-09 17:34:44'),(6,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-11-09T12:05:08Z\",\n \"hostname\": \"spacei.local\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','127.0.0.1','2021-11-09 17:35:18'),(7,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": false,\n \"error-codes\": [\n \"timeout-or-duplicate\"\n ]\n}','127.0.0.1','2021-11-09 17:38:25'),(8,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-11-09T12:08:28Z\",\n \"hostname\": \"spacei.local\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','127.0.0.1','2021-11-09 17:38:38'),(9,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-11-09T12:13:26Z\",\n \"hostname\": \"spacei.local\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','127.0.0.1','2021-11-09 17:43:37'),(10,'Ajith Francis','ajith@mwttech.com','India (+91)','09846557534','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-11-09T12:14:00Z\",\n \"hostname\": \"spacei.local\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','127.0.0.1','2021-11-09 17:45:52'),(11,'Eldhose Joy','eldhose@mwttech.com','India (+91)','07560812393','test','spaceimax.com.au - Enquiry from Website','{\n \"success\": true,\n \"challenge_ts\": \"2021-12-01T06:02:59Z\",\n \"hostname\": \"uat.spacei.com.au\",\n \"score\": 0.9,\n \"action\": \"homepage\"\n}','27.97.190.82','2021-12-01 17:03:16');
/*!40000 ALTER TABLE `wp_enquiry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
`link_rating` int(11) NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM 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_mwt_industries`
--
DROP TABLE IF EXISTS `wp_mwt_industries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_industries` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_industries`
--
LOCK TABLES `wp_mwt_industries` WRITE;
/*!40000 ALTER TABLE `wp_mwt_industries` DISABLE KEYS */;
INSERT INTO `wp_mwt_industries` VALUES (1,'Nursing',1),(2,'Engineering',1);
/*!40000 ALTER TABLE `wp_mwt_industries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_locations`
--
DROP TABLE IF EXISTS `wp_mwt_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_locations` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_locations`
--
LOCK TABLES `wp_mwt_locations` WRITE;
/*!40000 ALTER TABLE `wp_mwt_locations` DISABLE KEYS */;
INSERT INTO `wp_mwt_locations` VALUES (1,'Melbourne',1),(2,'Sydney',1);
/*!40000 ALTER TABLE `wp_mwt_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_people`
--
DROP TABLE IF EXISTS `wp_mwt_people`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_people` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` tinyint(4) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_people`
--
LOCK TABLES `wp_mwt_people` WRITE;
/*!40000 ALTER TABLE `wp_mwt_people` DISABLE KEYS */;
INSERT INTO `wp_mwt_people` VALUES (1,'< 200',1),(2,'< 300',1);
/*!40000 ALTER TABLE `wp_mwt_people` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_related_spaces`
--
DROP TABLE IF EXISTS `wp_mwt_related_spaces`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_related_spaces` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`src_space_id` int(11) NOT NULL COMMENT 'FK',
`target_space_id` int(11) NOT NULL COMMENT 'FK',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_related_spaces`
--
LOCK TABLES `wp_mwt_related_spaces` WRITE;
/*!40000 ALTER TABLE `wp_mwt_related_spaces` DISABLE KEYS */;
INSERT INTO `wp_mwt_related_spaces` VALUES (14,22,20);
/*!40000 ALTER TABLE `wp_mwt_related_spaces` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_space_bookings`
--
DROP TABLE IF EXISTS `wp_mwt_space_bookings`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_space_bookings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`space_id` int(11) NOT NULL COMMENT 'FK',
`space_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`from_date` date NOT NULL,
`to_date` date NOT NULL,
`cont_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`cont_email` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`cont_phone` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`status` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'blocked' COMMENT 'blocked, booked, cancelled',
`payment_status` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'new' COMMENT 'new, initiated, success, failed, refund',
`payment_amount` decimal(15,2) NOT NULL DEFAULT '0.00',
`refund_amount` decimal(15,2) NOT NULL DEFAULT '0.00',
`payment_reference` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`refund_reference` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL,
`payment_response` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
`updated` datetime NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_space_bookings`
--
LOCK TABLES `wp_mwt_space_bookings` WRITE;
/*!40000 ALTER TABLE `wp_mwt_space_bookings` DISABLE KEYS */;
INSERT INTO `wp_mwt_space_bookings` VALUES (1,20,'Space 1','2021-11-16','2021-11-17','Ajith Francis','ajith@mwttech.com','09846557534','blocked','new',0.00,0.00,'','','','2021-11-17 02:46:06','0000-00-00 00:00:00');
/*!40000 ALTER TABLE `wp_mwt_space_bookings` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_space_industries`
--
DROP TABLE IF EXISTS `wp_mwt_space_industries`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_space_industries` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`space_id` int(11) NOT NULL COMMENT 'FK',
`industry_id` int(11) NOT NULL COMMENT 'FK',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_space_industries`
--
LOCK TABLES `wp_mwt_space_industries` WRITE;
/*!40000 ALTER TABLE `wp_mwt_space_industries` DISABLE KEYS */;
INSERT INTO `wp_mwt_space_industries` VALUES (33,22,2),(35,20,1);
/*!40000 ALTER TABLE `wp_mwt_space_industries` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_space_locations`
--
DROP TABLE IF EXISTS `wp_mwt_space_locations`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_space_locations` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`space_id` int(11) NOT NULL COMMENT 'FK',
`location_id` int(11) NOT NULL COMMENT 'FK',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_space_locations`
--
LOCK TABLES `wp_mwt_space_locations` WRITE;
/*!40000 ALTER TABLE `wp_mwt_space_locations` DISABLE KEYS */;
INSERT INTO `wp_mwt_space_locations` VALUES (33,22,1),(35,20,2);
/*!40000 ALTER TABLE `wp_mwt_space_locations` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_mwt_space_people`
--
DROP TABLE IF EXISTS `wp_mwt_space_people`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mwt_space_people` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`space_id` int(11) NOT NULL COMMENT 'FK',
`people_id` int(11) NOT NULL COMMENT 'FK',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_mwt_space_people`
--
LOCK TABLES `wp_mwt_space_people` WRITE;
/*!40000 ALTER TABLE `wp_mwt_space_people` DISABLE KEYS */;
INSERT INTO `wp_mwt_space_people` VALUES (33,22,1),(35,20,2);
/*!40000 ALTER TABLE `wp_mwt_space_people` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=MyISAM AUTO_INCREMENT=544 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://uat.spacei.com.au','yes'),(2,'home','https://uat.spacei.com.au','yes'),(3,'blogname','Spacei','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ajith@mwttech.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:110:{s:9:\"spaces/?$\";s:26:\"index.php?post_type=spaces\";s:39:\"spaces/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=spaces&feed=$matches[1]\";s:34:\"spaces/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=spaces&feed=$matches[1]\";s:26:\"spaces/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=spaces&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:32:\"spaces/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"spaces/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"spaces/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"spaces/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"spaces/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"spaces/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"spaces/(.+?)/embed/?$\";s:39:\"index.php?spaces=$matches[1]&embed=true\";s:25:\"spaces/(.+?)/trackback/?$\";s:33:\"index.php?spaces=$matches[1]&tb=1\";s:45:\"spaces/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?spaces=$matches[1]&feed=$matches[2]\";s:40:\"spaces/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?spaces=$matches[1]&feed=$matches[2]\";s:33:\"spaces/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?spaces=$matches[1]&paged=$matches[2]\";s:40:\"spaces/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?spaces=$matches[1]&cpage=$matches[2]\";s:29:\"spaces/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?spaces=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:23:\"mwt_industries/init.php\";i:1;s:22:\"mwt_locations/init.php\";i:2;s:19:\"mwt_people/init.php\";i:3;s:19:\"mwt_spaces/init.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','mwt-spacei','yes'),(41,'stylesheet','mwt-spacei','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1651894314','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','49752','yes'),(100,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(222,'category_children','a:0:{}','yes'),(104,'cron','a:7:{i:1638343914;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:1638372714;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638415914;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:1638415933;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:1638415935;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:1638847914;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(120,'https_detection_errors','a:0:{}','yes'),(119,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1636447662;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(539,'_site_transient_timeout_theme_roots','1638331371','no'),(540,'_site_transient_theme_roots','a:1:{s:10:\"mwt-spacei\";s:7:\"/themes\";}','no'),(126,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638329572;s:7:\"checked\";a:1:{s:10:\"mwt-spacei\";s:3:\"1.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(127,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638329572;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:0:{}s:7:\"checked\";a:4:{s:23:\"mwt_industries/init.php\";s:1:\"1\";s:22:\"mwt_locations/init.php\";s:1:\"1\";s:19:\"mwt_people/init.php\";s:1:\"1\";s:19:\"mwt_spaces/init.php\";s:1:\"1\";}}','no'),(210,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:17:\"ajith@mwttech.com\";s:7:\"version\";s:5:\"5.8.2\";s:9:\"timestamp\";i:1636596206;}','no'),(172,'current_theme','MWT Spacei','yes'),(173,'theme_mods_mwt-spacei','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}}','yes'),(174,'theme_switched','','yes'),(149,'finished_updating_comment_type','1','yes'),(133,'can_compress_scripts','1','no'),(209,'_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-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1638329571;s:15:\"version_checked\";s:5:\"5.8.2\";s:12:\"translations\";a:0:{}}','no'),(168,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":4,\"critical\":0}','yes'),(146,'recently_activated','a:0:{}','yes'),(434,'_site_transient_timeout_php_check_be350024f30b4b5fb17e000b68f2aafc','1638491483','no'),(435,'_site_transient_php_check_be350024f30b4b5fb17e000b68f2aafc','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(432,'_site_transient_timeout_browser_b4088f046bf9a570f2964ffc86d258ff','1638491483','no'),(433,'_site_transient_browser_b4088f046bf9a570f2964ffc86d258ff','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"96.0.4664.45\";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;}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,2,'_wp_trash_meta_status','publish'),(4,2,'_wp_trash_meta_time','1636448581'),(5,2,'_wp_desired_post_slug','sample-page'),(6,3,'_edit_last','2'),(7,3,'_edit_lock','1637891160:2'),(8,7,'_edit_last','2'),(9,7,'_edit_lock','1637891600:2'),(10,7,'_wp_page_template','default'),(11,9,'_edit_last','2'),(12,9,'_wp_page_template','default'),(13,9,'_edit_lock','1637891587:2'),(14,11,'_edit_last','2'),(15,11,'_edit_lock','1637892355:2'),(16,11,'_wp_page_template','default'),(17,14,'_edit_last','1'),(18,14,'_edit_lock','1636460134:1'),(19,14,'_wp_page_template','default'),(20,20,'_edit_last','1'),(21,20,'_edit_lock','1637077124:1'),(22,22,'_edit_last','1'),(23,22,'_edit_lock','1637077250:1'),(36,33,'_wp_attached_file','2021/11/room1.jpg'),(37,33,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:236;s:4:\"file\";s:17:\"2021/11/room1.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"room1-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"room1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(38,20,'_thumbnail_id','33'),(39,34,'_wp_attached_file','2021/11/room2.jpg'),(40,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:311;s:6:\"height\";i:236;s:4:\"file\";s:17:\"2021/11/room2.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"room2-300x228.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"room2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(30,20,'space_type','Classroom'),(31,20,'space_area','2000sqft'),(32,20,'space_capacity','100 People'),(33,31,'_edit_last','1'),(34,31,'_edit_lock','1637077862:1'),(35,31,'_wp_page_template','template-search.php'),(41,22,'_thumbnail_id','34'),(42,43,'_edit_lock','1638163400:2'),(43,43,'_edit_last','2'),(44,43,'_wp_page_template','default');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=54 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,'2021-11-08 03:31:54','2021-11-08 03:31:54','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2021-11-08 03:31:54','2021-11-08 03:31:54','',0,'http://spacei.local/?p=1',0,'post','',1),(2,1,'2021-11-08 03:31:54','2021-11-08 03:31:54','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://spacei.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','','','2021-11-09 09:03:01','2021-11-09 09:03:01','',0,'http://spacei.local/?page_id=2',0,'page','',0),(3,1,'2021-11-08 03:31:54','2021-11-08 03:31:54','<section class=\"policy-sec\"><div class=\"container\"><div class=\"row\"><div class-\"col-md-12\">\r\n<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://spacei.local.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->\r\n</div></div></div></section>','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2021-11-26 01:42:38','2021-11-26 01:42:38','',0,'http://spacei.local/?page_id=3',0,'page','',0),(41,1,'2021-11-26 00:31:23','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-11-26 00:31:23','0000-00-00 00:00:00','',0,'https://uat.spacei.com.au/?p=41',0,'post','',0),(5,1,'2021-11-09 09:03:01','2021-11-09 09:03:01','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://spacei.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','','','2021-11-09 09:03:01','2021-11-09 09:03:01','',2,'http://spacei.local/?p=5',0,'revision','',0),(6,1,'2021-11-09 09:03:09','2021-11-09 09:03:09','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://spacei.local.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-11-09 09:03:09','2021-11-09 09:03:09','',3,'http://spacei.local/?p=6',0,'revision','',0),(7,1,'2021-11-09 09:03:27','2021-11-09 09:03:27','<section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">Our state of the art learning spaces are available to hire for educational purposes, meetings, conferences,examinations, medical simulation lab practices. </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">Space I max has fully serviced educational campus infrastructure in Victoria, New South Wales and Western Australia. We intend to promote sustainability through sharing our fully furnished infrastructure with external clients. We have mapped bookable spaces which can be accessed by the clients through our user friendly platform. Making use of our infrastructure in various locations enables the client business to scale itself across Australia. </p>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n\r\n<!--<section class=\"about-video-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xl-6 col-lg-12 col-md-12\">\r\n <div class=\"about-video-content\">\r\n <h2 class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">The thing about us is <br>we think big, huge</h2>\r\n <ul class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <li>If the path is beautiful, let us not ask where it leads</li>\r\n <li>my religion is very simple. my religion is kindness</li>\r\n <li>each of us has within our power the ability to disrupt</li> \r\n </ul>\r\n <a href=\"/contact-us\" class=\"adv-search-btn\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">Contact Us</a> \r\n </div>\r\n </div>\r\n <div class=\"col-xl-6 col-lg-12 col-md-6 hide-lg\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/about-video-img.jpg\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div>\r\n </section>--> \r\n\r\n<!--<section class=\"testimonial-section\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center\">\r\n <h2>Testimonials</h2>\r\n <div class=\"testimonial-slider\">\r\n <div id=\"testimonialSlider\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"prev\">\r\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Previous</span>\r\n </button>\r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"next\">\r\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Next</span>\r\n </button>\r\n \r\n <div class=\"carousel-indicators\">\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"0\" class=\"active\" aria-current=\"true\" aria-label=\"Slide 1\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"1\" aria-label=\"Slide 2\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"2\" aria-label=\"Slide 3\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n </div>\r\n </div> \r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </section>-->\r\n\r\n<section class=\"project-counter-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <h3>124</h3>\r\n <h5 class=\"text-white\">Complete<br>\r\n Projects</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h3>99%</h3>\r\n <h5 class=\"text-white\">Satisfied<br>\r\n Clients</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <h3>235</h3>\r\n <h5 class=\"text-white\">Success<br>\r\n Campaign</h5>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>\r\n more contact us.</h2>\r\n <a href=\"contact-us.html\" class=\"adv-search-btn\">Contact us</a> </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"tel:+61413043338\">+61 413043338</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1200\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"mailto:facility@hci.edu.au\">facility@hci.edu.au</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1400\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>Level 2, 76-80 Turnham Avenue, Rosanna,<br />\r\n VIC 3084, Australia</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n','About Us','','publish','closed','closed','','about','','','2021-11-26 01:52:43','2021-11-26 01:52:43','',0,'http://spacei.local/?page_id=7',0,'page','',0),(8,1,'2021-11-09 09:03:27','2021-11-09 09:03:27',' <section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">Our state of the art learning spaces are available to hire for educational purposes, meetings, conferences,examinations, medical simulation lab practices. </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">Space I max has fully serviced educational campus infrastructure in Victoria, New South Wales and Western Australia. We intend to promote sustainability through sharing our fully furnished infrastructure with external clients. We have mapped bookable spaces which can be accessed by the clients through our user friendly platform. Making use of our infrastructure in various locations enables the client business to scale itself across Australia. </p> \r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n \r\n <section class=\"about-video-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xl-6 col-lg-12 col-md-12\">\r\n <div class=\"about-video-content\">\r\n <h2 class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">The thing about us is <br>we think big, huge</h2>\r\n <ul class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <li>If the path is beautiful, let us not ask where it leads</li>\r\n <li>my religion is very simple. my religion is kindness</li>\r\n <li>each of us has within our power the ability to disrupt</li> \r\n </ul>\r\n <a href=\"#\" class=\"adv-search-btn\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">Contact Us</a> \r\n </div>\r\n </div>\r\n <div class=\"col-xl-6 col-lg-12 col-md-6 hide-lg\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/about-video-img.jpg\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n \r\n <section class=\"testimonial-section\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center\">\r\n <h2>Testimonials</h2>\r\n <div class=\"testimonial-slider\">\r\n <div id=\"testimonialSlider\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"prev\">\r\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Previous</span>\r\n </button>\r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"next\">\r\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Next</span>\r\n </button>\r\n \r\n <div class=\"carousel-indicators\">\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"0\" class=\"active\" aria-current=\"true\" aria-label=\"Slide 1\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"1\" aria-label=\"Slide 2\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"2\" aria-label=\"Slide 3\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n </div>\r\n </div> \r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n \r\n \r\n <section class=\"project-counter-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <h3>124</h3>\r\n <h5 class=\"text-white\">Complete<br>Projects</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h3>99%</h3>\r\n <h5 class=\"text-white\">Satisfied<br>Clients</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <h3>235</h3>\r\n <h5 class=\"text-white\">Success<br>Campaign</h5>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n \r\n <section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>more contact us.</h2>\r\n <a href=\"contact-us.html\" class=\"adv-search-btn\">Contact us</a>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"#\">+00 123 456</a><br><a href=\"#\">CS : +00 321 654</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"#\">marketing@icore.com</a><br><a href=\"#\">contact@icore.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>PO Box 2314 Gotham Street West<br>Metropolis 8007 USA</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section>','About Us','','inherit','closed','closed','','7-revision-v1','','','2021-11-09 09:03:27','2021-11-09 09:03:27','',7,'http://spacei.local/?p=8',0,'revision','',0),(9,1,'2021-11-09 09:10:37','2021-11-09 09:10:37',' <section class=\"video-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <div class=\"inner-page-title\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <span>Tailored Total Home Protection</span>\r\n <h1>Next Generation Home <br>Alarm System</h1>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-1.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-2.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-3.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-4.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n <section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>more contact us.</h2>\r\n <a href=\"/contact-us\" class=\"adv-search-btn\">Contact us</a>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"tel:+61413043338\">+61 413043338</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"mailto:facility@hci.edu.au\">facility@hci.edu.au</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>Level 2, 76-80 Turnham Avenue, Rosanna,<br />VIC 3084, Australia</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section>','Videos','','publish','closed','closed','','videos','','','2021-11-26 01:55:27','2021-11-26 01:55:27','',0,'http://spacei.local/?page_id=9',0,'page','',0),(10,1,'2021-11-09 09:10:37','2021-11-09 09:10:37',' <section class=\"video-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <div class=\"inner-page-title\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <span>Tailored Total Home Protection</span>\r\n <h1>Next Generation Home <br>Alarm System</h1>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-1.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-2.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-3.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-4.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n <section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>more contact us.</h2>\r\n <a href=\"contact-us.html\" class=\"adv-search-btn\">Contact us</a>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"#\">+00 123 456</a><br><a href=\"#\">CS : +00 321 654</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"#\">marketing@icore.com</a><br><a href=\"#\">contact@icore.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>PO Box 2314 Gotham Street West<br>Metropolis 8007 USA</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section>','Videos','','inherit','closed','closed','','9-revision-v1','','','2021-11-09 09:10:37','2021-11-09 09:10:37','',9,'http://spacei.local/?p=10',0,'revision','',0),(11,1,'2021-11-09 09:38:38','2021-11-09 09:38:38','<section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-2\" style=\"padding-bottom:0px !important\">Want to know <br>more contact us.</h2>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"tel:+61413043338\">+61 413043338</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"mailto:facility@hci.edu.au\">facility@hci.edu.au</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>Level 2, 76-80 Turnham Avenue, Rosanna,<br />VIC 3084, Australia</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n <section class=\"map-section\">\r\n <div class=\"container-fluid\">\r\n <div class=\"row\">\r\n <div class=\"col-md-6\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3155.0298499098676!2d145.06463231492208!3d-37.74244393773799!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646692777d22d%3A0x73e39a22d2614865!2sLevel%202%2F76-80%20Turnham%20Ave%2C%20Rosanna%20VIC%203084%2C%20Australia!5e0!3m2!1sen!2sin!4v1613623163703!5m2!1sen!2sin\" width=\"100%\" height=\"850\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\r\n </div>\r\n <div class=\"col-md-6\" data-aos=\"fade-left\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"form-outer\">\r\n <h2>Get in Touch</h2>\r\n [QuickEnquiry]\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </section>','Contact Us','','publish','closed','closed','','contact-us','','','2021-11-26 01:56:40','2021-11-26 01:56:40','',0,'http://spacei.local/?page_id=11',0,'page','',0),(12,1,'2021-11-09 09:38:38','2021-11-09 09:38:38','<section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-2\" style=\"padding-bottom:0px !important\">Want to know <br>more contact us.</h2>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"#\">+00 123 456</a><br><a href=\"#\">CS : +00 321 654</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"#\">marketing@icore.com</a><br><a href=\"#\">contact@icore.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>PO Box 2314 Gotham Street West<br>Metropolis 8007 USA</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n <section class=\"map-section\">\r\n <div class=\"container-fluid\">\r\n <div class=\"row\">\r\n <div class=\"col-md-6\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3155.0298499098676!2d145.06463231492208!3d-37.74244393773799!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646692777d22d%3A0x73e39a22d2614865!2sLevel%202%2F76-80%20Turnham%20Ave%2C%20Rosanna%20VIC%203084%2C%20Australia!5e0!3m2!1sen!2sin!4v1613623163703!5m2!1sen!2sin\" width=\"100%\" height=\"850\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\r\n </div>\r\n <div class=\"col-md-6\" data-aos=\"fade-left\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"form-outer\">\r\n <h2>Get in Touch</h2>\r\n [QuickEnquiry]\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </section>','Contact','','inherit','closed','closed','','11-revision-v1','','','2021-11-09 09:38:38','2021-11-09 09:38:38','',11,'http://spacei.local/?p=12',0,'revision','',0),(13,1,'2021-11-09 09:38:46','2021-11-09 09:38:46','<section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-2\" style=\"padding-bottom:0px !important\">Want to know <br>more contact us.</h2>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"#\">+00 123 456</a><br><a href=\"#\">CS : +00 321 654</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"#\">marketing@icore.com</a><br><a href=\"#\">contact@icore.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>PO Box 2314 Gotham Street West<br>Metropolis 8007 USA</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n <section class=\"map-section\">\r\n <div class=\"container-fluid\">\r\n <div class=\"row\">\r\n <div class=\"col-md-6\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3155.0298499098676!2d145.06463231492208!3d-37.74244393773799!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646692777d22d%3A0x73e39a22d2614865!2sLevel%202%2F76-80%20Turnham%20Ave%2C%20Rosanna%20VIC%203084%2C%20Australia!5e0!3m2!1sen!2sin!4v1613623163703!5m2!1sen!2sin\" width=\"100%\" height=\"850\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\r\n </div>\r\n <div class=\"col-md-6\" data-aos=\"fade-left\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"form-outer\">\r\n <h2>Get in Touch</h2>\r\n [QuickEnquiry]\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </section>','Contact Us','','inherit','closed','closed','','11-revision-v1','','','2021-11-09 09:38:46','2021-11-09 09:38:46','',11,'http://spacei.local/?p=13',0,'revision','',0),(14,1,'2021-11-09 12:14:31','2021-11-09 12:14:31',' <section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\"> Thanks for expressing your interest with us. </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">One of our representative will get back to you shortly. </p> \r\n </div>\r\n </div>\r\n </div>\r\n </section>','Thanks','','publish','closed','closed','','thanks','','','2021-11-09 12:16:53','2021-11-09 12:16:53','',0,'http://spacei.local/?page_id=14',0,'page','',0),(15,1,'2021-11-09 12:14:31','2021-11-09 12:14:31','','Thanks','','inherit','closed','closed','','14-revision-v1','','','2021-11-09 12:14:31','2021-11-09 12:14:31','',14,'http://spacei.local/?p=15',0,'revision','',0),(16,1,'2021-11-09 12:15:47','2021-11-09 12:15:47',' <section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">Thanks </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">Thanks for expressing your interest with us. One of our representative will get back to you shortly. </p> \r\n </div>\r\n </div>\r\n </div>\r\n </section>','Thanks','','inherit','closed','closed','','14-revision-v1','','','2021-11-09 12:15:47','2021-11-09 12:15:47','',14,'http://spacei.local/?p=16',0,'revision','',0),(17,1,'2021-11-09 12:16:47','2021-11-09 12:16:47',' <section class=\"about-section\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">Th </h2>\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">One of our representative will get back to you shortly. </p> \n </div>\n </div>\n </div>\n </section>','Thanks','','inherit','closed','closed','','14-autosave-v1','','','2021-11-09 12:16:47','2021-11-09 12:16:47','',14,'http://spacei.local/?p=17',0,'revision','',0),(18,1,'2021-11-09 12:16:53','2021-11-09 12:16:53',' <section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\"> Thanks for expressing your interest with us. </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">One of our representative will get back to you shortly. </p> \r\n </div>\r\n </div>\r\n </div>\r\n </section>','Thanks','','inherit','closed','closed','','14-revision-v1','','','2021-11-09 12:16:53','2021-11-09 12:16:53','',14,'http://spacei.local/?p=18',0,'revision','',0),(42,2,'2021-11-26 01:00:34','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-11-26 01:00:34','0000-00-00 00:00:00','',0,'https://uat.spacei.com.au/?p=42',0,'post','',0),(20,1,'2021-11-11 02:18:06','2021-11-11 02:18:06',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 1, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"/contact-us\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\" data-bs-toggle=\"modal\" data-bs-target=\"#bookingModal\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 1','','publish','closed','closed','','space-1','','','2021-11-16 15:41:05','2021-11-16 15:41:05','',0,'http://spacei.local/?post_type=spaces&p=20',0,'spaces','',0),(21,1,'2021-11-11 02:18:06','2021-11-11 02:18:06','','Space 1','','inherit','closed','closed','','20-revision-v1','','','2021-11-11 02:18:06','2021-11-11 02:18:06','',20,'http://spacei.local/?p=21',0,'revision','',0),(22,1,'2021-11-11 02:34:06','2021-11-11 02:34:06',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 2, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"/contact-us\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\" data-bs-toggle=\"modal\" data-bs-target=\"#bookingModal\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 2','','publish','closed','closed','','space-2','','','2021-11-16 15:40:50','2021-11-16 15:40:50','',0,'http://spacei.local/?post_type=spaces&p=22',0,'spaces','',0),(23,1,'2021-11-11 02:34:06','2021-11-11 02:34:06','','Space 2','','inherit','closed','closed','','22-revision-v1','','','2021-11-11 02:34:06','2021-11-11 02:34:06','',22,'http://spacei.local/?p=23',0,'revision','',0),(24,1,'2021-11-11 03:24:28','2021-11-11 03:24:28',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Lorem ipsum dolor sit amet, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"#\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 1','','inherit','closed','closed','','20-revision-v1','','','2021-11-11 03:24:28','2021-11-11 03:24:28','',20,'http://spacei.local/?p=24',0,'revision','',0),(25,1,'2021-11-11 03:50:49','2021-11-11 03:50:49',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 1, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"#\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 1','','inherit','closed','closed','','20-revision-v1','','','2021-11-11 03:50:49','2021-11-11 03:50:49','',20,'http://spacei.local/?p=25',0,'revision','',0),(26,1,'2021-11-11 03:50:59','2021-11-11 03:50:59',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 1, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"#\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 2','','inherit','closed','closed','','22-revision-v1','','','2021-11-11 03:50:59','2021-11-11 03:50:59','',22,'http://spacei.local/?p=26',0,'revision','',0),(27,1,'2021-11-11 03:51:11','2021-11-11 03:51:11',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 2, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"#\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 2','','inherit','closed','closed','','22-revision-v1','','','2021-11-11 03:51:11','2021-11-11 03:51:11','',22,'http://spacei.local/?p=27',0,'revision','',0),(33,1,'2021-11-16 11:33:25','2021-11-16 11:33:25','','room1','','inherit','open','closed','','room1','','','2021-11-16 11:33:25','2021-11-16 11:33:25','',20,'https://uat.spacei.com.au/wp-content/uploads/2021/11/room1.jpg',0,'attachment','image/jpeg',0),(34,1,'2021-11-16 11:33:52','2021-11-16 11:33:52','','room2','','inherit','open','closed','','room2','','','2021-11-16 11:33:52','2021-11-16 11:33:52','',22,'https://uat.spacei.com.au/wp-content/uploads/2021/11/room2.jpg',0,'attachment','image/jpeg',0),(31,1,'2021-11-15 02:40:21','2021-11-15 02:40:21','','Advanced Search','','publish','closed','closed','','advanced-search','','','2021-11-15 02:40:21','2021-11-15 02:40:21','',0,'http://spacei.local/?page_id=31',0,'page','',0),(32,1,'2021-11-15 02:40:21','2021-11-15 02:40:21','','Advanced Search','','inherit','closed','closed','','31-revision-v1','','','2021-11-15 02:40:21','2021-11-15 02:40:21','',31,'http://spacei.local/?p=32',0,'revision','',0),(35,1,'2021-11-16 15:38:47','2021-11-16 15:38:47',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 1, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"/contact\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\" data-bs-toggle=\"modal\" data-bs-target=\"#bookingModal\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 1','','inherit','closed','closed','','20-revision-v1','','','2021-11-16 15:38:47','2021-11-16 15:38:47','',20,'https://uat.spacei.com.au/?p=35',0,'revision','',0),(36,1,'2021-11-16 15:39:10','2021-11-16 15:39:10',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 2, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"/contact\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\" data-bs-toggle=\"modal\" data-bs-target=\"#bookingModal\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 2','','inherit','closed','closed','','22-revision-v1','','','2021-11-16 15:39:10','2021-11-16 15:39:10','',22,'https://uat.spacei.com.au/?p=36',0,'revision','',0),(37,1,'2021-11-16 15:40:50','2021-11-16 15:40:50',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 2, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"/contact-us\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\" data-bs-toggle=\"modal\" data-bs-target=\"#bookingModal\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 2','','inherit','closed','closed','','22-revision-v1','','','2021-11-16 15:40:50','2021-11-16 15:40:50','',22,'https://uat.spacei.com.au/?p=37',0,'revision','',0),(38,1,'2021-11-16 15:41:05','2021-11-16 15:41:05',' <section class=\"search-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12 facility-gallery-section\">\r\n <h2>Space 1, <br>consectetur adipiscing elit.</h2> \r\n <div class=\"reviews\"><i class=\"fa fa-star\"></i> <span>4.4</span> | <span>28 Reviews</span></div>\r\n \r\n <div class=\"outer\">\r\n <div id=\"big\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n <div id=\"thumbs\" class=\"owl-carousel owl-theme\">\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n <div class=\"item\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/gal-1.png\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div> \r\n \r\n \r\n \r\n </div>\r\n <div class=\"col-lg-5 col-md-12 facility-details-section\">\r\n <div class=\"address-section\">\r\n <h3>Melbourne Heidelberg<br>597-599 Upper Heidelberg Road,<br>Heidelberg Heights, VIC 3081, Australia</h3>\r\n <a href=\"#\" class=\"adv-search-btn-green\">Contact Us</a>\r\n </div> \r\n \r\n <div class=\"green-light-box\">\r\n <h2>Interested in this space?</h2>\r\n <p>View available space and reserve online.</p>\r\n <a href=\"/contact-us\" class=\"green-btn\">View available workspace</a>\r\n <p class=\"pt-5\">Prefer to see it in person?</p>\r\n <a href=\"#\" class=\"adv-search-btn-green-outline\" data-bs-toggle=\"modal\" data-bs-target=\"#bookingModal\">Book a tour</a>\r\n </div>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </section>','Space 1','','inherit','closed','closed','','20-revision-v1','','','2021-11-16 15:41:05','2021-11-16 15:41:05','',20,'https://uat.spacei.com.au/?p=38',0,'revision','',0),(50,2,'2021-11-26 01:52:43','2021-11-26 01:52:43','<section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">Our state of the art learning spaces are available to hire for educational purposes, meetings, conferences,examinations, medical simulation lab practices. </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">Space I max has fully serviced educational campus infrastructure in Victoria, New South Wales and Western Australia. We intend to promote sustainability through sharing our fully furnished infrastructure with external clients. We have mapped bookable spaces which can be accessed by the clients through our user friendly platform. Making use of our infrastructure in various locations enables the client business to scale itself across Australia. </p>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n\r\n<!--<section class=\"about-video-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xl-6 col-lg-12 col-md-12\">\r\n <div class=\"about-video-content\">\r\n <h2 class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">The thing about us is <br>we think big, huge</h2>\r\n <ul class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <li>If the path is beautiful, let us not ask where it leads</li>\r\n <li>my religion is very simple. my religion is kindness</li>\r\n <li>each of us has within our power the ability to disrupt</li> \r\n </ul>\r\n <a href=\"/contact-us\" class=\"adv-search-btn\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">Contact Us</a> \r\n </div>\r\n </div>\r\n <div class=\"col-xl-6 col-lg-12 col-md-6 hide-lg\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/about-video-img.jpg\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div>\r\n </section>--> \r\n\r\n<!--<section class=\"testimonial-section\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center\">\r\n <h2>Testimonials</h2>\r\n <div class=\"testimonial-slider\">\r\n <div id=\"testimonialSlider\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"prev\">\r\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Previous</span>\r\n </button>\r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"next\">\r\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Next</span>\r\n </button>\r\n \r\n <div class=\"carousel-indicators\">\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"0\" class=\"active\" aria-current=\"true\" aria-label=\"Slide 1\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"1\" aria-label=\"Slide 2\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"2\" aria-label=\"Slide 3\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n </div>\r\n </div> \r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </section>-->\r\n\r\n<section class=\"project-counter-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <h3>124</h3>\r\n <h5 class=\"text-white\">Complete<br>\r\n Projects</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h3>99%</h3>\r\n <h5 class=\"text-white\">Satisfied<br>\r\n Clients</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <h3>235</h3>\r\n <h5 class=\"text-white\">Success<br>\r\n Campaign</h5>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>\r\n more contact us.</h2>\r\n <a href=\"contact-us.html\" class=\"adv-search-btn\">Contact us</a> </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"tel:+61413043338\">+61 413043338</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1200\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"mailto:facility@hci.edu.au\">facility@hci.edu.au</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1400\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>Level 2, 76-80 Turnham Avenue, Rosanna,<br />\r\n VIC 3084, Australia</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n','About Us','','inherit','closed','closed','','7-revision-v1','','','2021-11-26 01:52:43','2021-11-26 01:52:43','',7,'https://uat.spacei.com.au/?p=50',0,'revision','',0),(39,1,'2021-11-16 15:53:19','2021-11-16 15:53:19',' <section class=\"about-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">Our state of the art learning spaces are available to hire for educational purposes, meetings, conferences,examinations, medical simulation lab practices. </h2>\r\n <p data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"900\">Space I max has fully serviced educational campus infrastructure in Victoria, New South Wales and Western Australia. We intend to promote sustainability through sharing our fully furnished infrastructure with external clients. We have mapped bookable spaces which can be accessed by the clients through our user friendly platform. Making use of our infrastructure in various locations enables the client business to scale itself across Australia. </p> \r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n \r\n <section class=\"about-video-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-xl-6 col-lg-12 col-md-12\">\r\n <div class=\"about-video-content\">\r\n <h2 class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">The thing about us is <br>we think big, huge</h2>\r\n <ul class=\"text-white\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <li>If the path is beautiful, let us not ask where it leads</li>\r\n <li>my religion is very simple. my religion is kindness</li>\r\n <li>each of us has within our power the ability to disrupt</li> \r\n </ul>\r\n <a href=\"/contact-us\" class=\"adv-search-btn\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">Contact Us</a> \r\n </div>\r\n </div>\r\n <div class=\"col-xl-6 col-lg-12 col-md-6 hide-lg\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/about-video-img.jpg\" class=\"img-fluid\">\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n \r\n <section class=\"testimonial-section\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center\">\r\n <h2>Testimonials</h2>\r\n <div class=\"testimonial-slider\">\r\n <div id=\"testimonialSlider\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n <div class=\"carousel-item\">\r\n <h5>“Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries”</h5>\r\n </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"prev\">\r\n <span class=\"carousel-control-prev-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Previous</span>\r\n </button>\r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide=\"next\">\r\n <span class=\"carousel-control-next-icon\" aria-hidden=\"true\"></span>\r\n <span class=\"visually-hidden\">Next</span>\r\n </button>\r\n \r\n <div class=\"carousel-indicators\">\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"0\" class=\"active\" aria-current=\"true\" aria-label=\"Slide 1\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"1\" aria-label=\"Slide 2\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n <button type=\"button\" data-bs-target=\"#testimonialSlider\" data-bs-slide-to=\"2\" aria-label=\"Slide 3\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/testimonial-user.png\"><h4>Tristan Olsen <span>Designation</span></h4>\r\n </button>\r\n </div>\r\n </div> \r\n </div>\r\n\r\n </div>\r\n </div>\r\n </div>\r\n </section>\r\n \r\n \r\n <section class=\"project-counter-section\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"600\">\r\n <h3>124</h3>\r\n <h5 class=\"text-white\">Complete<br>Projects</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 after-line-orange\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h3>99%</h3>\r\n <h5 class=\"text-white\">Satisfied<br>Clients</h5>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"counter-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <h3>235</h3>\r\n <h5 class=\"text-white\">Success<br>Campaign</h5>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n \r\n <section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>more contact us.</h2>\r\n <a href=\"contact-us.html\" class=\"adv-search-btn\">Contact us</a>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"#\">+00 123 456</a><br><a href=\"#\">CS : +00 321 654</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"#\">marketing@icore.com</a><br><a href=\"#\">contact@icore.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>PO Box 2314 Gotham Street West<br>Metropolis 8007 USA</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section>','About Us','','inherit','closed','closed','','7-revision-v1','','','2021-11-16 15:53:19','2021-11-16 15:53:19','',7,'https://uat.spacei.com.au/?p=39',0,'revision','',0),(40,1,'2021-11-16 15:53:59','2021-11-16 15:53:59',' <section class=\"video-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <div class=\"inner-page-title\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <span>Tailored Total Home Protection</span>\r\n <h1>Next Generation Home <br>Alarm System</h1>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-1.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-2.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-3.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-4.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n <section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>more contact us.</h2>\r\n <a href=\"/contact-us\" class=\"adv-search-btn\">Contact us</a>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"#\">+00 123 456</a><br><a href=\"#\">CS : +00 321 654</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"#\">marketing@icore.com</a><br><a href=\"#\">contact@icore.com</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>PO Box 2314 Gotham Street West<br>Metropolis 8007 USA</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section>','Videos','','inherit','closed','closed','','9-revision-v1','','','2021-11-16 15:53:59','2021-11-16 15:53:59','',9,'https://uat.spacei.com.au/?p=40',0,'revision','',0),(43,2,'2021-11-26 01:11:10','2021-11-26 01:11:10','<section class=\"campus-selector pt-5 pb-5\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 class=\"text-white\" data-aos=\"fade-up\" data-aos-duration=\"1000\">Book your venue at :</h2>\r\n <ul class=\"nav nav-tabs\">\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1300\"> <a class=\"nav-link [MelbourneActive]\" data-bs-toggle=\"tab\" href=\"#home\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/melbourne-city.jpg\">\r\n <p>Melbourne</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1600\"> <a class=\"nav-link [SydneyActive]\" data-bs-toggle=\"tab\" href=\"#menu1\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/sydney-city.jpg\">\r\n <p>Sydney</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1900\"> <a class=\"nav-link [PerthActive]\" data-bs-toggle=\"tab\" href=\"#menu2\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-city.jpg\">\r\n <p>perth</p>\r\n </div>\r\n </a> </li>\r\n </ul>\r\n \r\n \r\n <div class=\"tab-content\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div id=\"home\" class=\"container tab-pane fade [MelbourneActive]\" style=\"opacity:1;\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, 187, Boundary Rd, North Melbourne, VIC 3051 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>597 Upper Heidelberg Rd,Heidelberg Heights VIC3081</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 5, CBD campus,melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 6, CBD campus, Melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu1\" class=\"container tab-pane fade [SydneyActive]\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-5\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Ground Floor, 1 Wentworth Street, Parramatta, NSW 2150 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 3, 1 Wentworth Street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-3.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 7, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 9, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu2\" class=\"container tab-pane fade [PerthActive]\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, St. George Tc, Perth </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 4, St. George Tc, perth</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"our-features\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5 aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <h2 class=\"def-h2-line\">Our Features</h2>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-01.jpg\">\r\n <h3>Classrooms with projector </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-02.jpg\">\r\n <h3>Premium Seminar Theatre</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1400\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-03.jpg\">\r\n <h3>Nursing Simulation Labs</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1600\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-04.jpg\">\r\n <h3>Break Out Spaces </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-12 col-md-2-mob text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\"></div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1800\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-05.jpg\">\r\n <h3>Pantry and Dining areas </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-06.jpg\">\r\n <h3>Meeting Pods </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-07.jpg\">\r\n <h3>Work Pods</h3>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"pricing-section\">\r\n <div class=\"container aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5\">\r\n <h2 class=\"text-white def-h2-line\">OUR PRICING</h2>\r\n </div>\r\n </div>\r\n <div class=\"row pricing-table\"> \r\n <div class=\"col-md-12\">\r\n <div class=\"pr-tbl\">\r\n <table class=\"price-tbl table table-borderless aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\r\n <thead>\r\n <tr class=\"text-white\">\r\n <th>Available Spaces</th>\r\n <th>PRICE / Hrs</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Class Rooms</td>\r\n <td class=\"price-clr\">$ 49.50</td>\r\n </tr>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Seminar Theatre</td>\r\n <td class=\"price-clr\">$ 174.50</td>\r\n </tr>\r\n <tr>\r\n <td class=\"text-white\">Clinical Laboratory</td>\r\n <td class=\"price-clr\"><a href=\"#enquireNow\">Please Enquire</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"exampleModal\">\r\n <div class=\"modal-dialog modal-lg modal-dialog-centered\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"exampleModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto; padding-bottom:20px;\"> <a href=\"https://hcivic.skedda.com/register?key=b2dbd4d&payload=CfDJ8LjSwvKUlH1Lv3DBWo5bt_4yfP_8RhiKHLbzBaPlamt9YQSqHdkLly8NgXoWK7MATKtXlAsigy-qg9j19lAndZ0cKILQlbapyeTCxv2Iy_GCcKR0leTBrrkt-5ptc-L9MdbXMzzPd4WJcVbigWnlsBg\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- terms & Condition Modal --> \r\n\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"sydneyBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"sydneyModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-md\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"sydneyModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hcinsw.skedda.com/register?key=651f468&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2mtarzAajUOd0f2qy-aHpWx7cIk7M3phYOfUo6UIrZpN2XuHuyv7DkMjbyTVzmRZqPuN6p4n2Jb9tgfNYpXVLjJVRxdrpQ5hyd3mTDKNoHicxgKJ9XAZ7NvP7izWexanE\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"perthBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"perthModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-md\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"perthModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hciwa.skedda.com/register?key=72aca5e1c440442e&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2509Us8gtxf9P-NKZl5pXPPBSB1xboJ7Eh7iVcBYU4b4UQ9DJBEneQhEpmKLu2Qs-i18Rb045SEBqIeH7Go-DZ9BoBzbSrLwC-UFXX4OFmILoJ8EX0CySAiqgYNRTYNa8\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"modal fade\" id=\"helpModal\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\"> \r\n \r\n <!-- Modal Header -->\r\n \r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\">Follow these steps to book!</h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n \r\n <!-- Modal body -->\r\n \r\n <div class=\"modal-body\"> \r\n \r\n <!-- ================================================================================= -->\r\n \r\n <div class=\"progressTab\">\r\n <div class=\"progress-tabbody\">\r\n <div class=\"tab-content\" id=\"progressTabContent\">\r\n <div class=\"tab-pane fade show active\" id=\"progressTab1\" role=\"tabpanel\" aria-labelledby=\"formTab1\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step1.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 1</h3>\r\n <p>When on clicking the book button, it will take you to the landing page where you need to register by adding your name and Email.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab2\" role=\"tabpanel\" aria-labelledby=\"formTab2\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step2.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 2</h3>\r\n <p>Upon registering, you will be directed to the map view of the booking where you can change the location, views (grid, list, map), date and time. </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab3\" role=\"tabpanel\" aria-labelledby=\"formTab3\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step3.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 3</h3>\r\n <p>Click on the room you want to book and enter the time duration (please note that a minimum of 4 hours booking is required)</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab4\" role=\"tabpanel\" aria-labelledby=\"formTab4\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step4.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 4</h3>\r\n <p>Check the information you have entered (time, date, space, booking title, notes) and also enter the card details for checkout. You will receive a confirmation mail upon successful payment.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab5\" role=\"tabpanel\" aria-labelledby=\"formTab5\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step5.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-5 col-md-12\">\r\n <h3>Terms and Conditions</h3>\r\n <ul style=\"padding-left: 15px;\">\r\n <li>Booking window will be activated only within the booked hours. Extensions are to be booked separately.</li>\r\n <li>Any damages occurred or caused while using the premises must be reported. Upon review the customer might have to pay for the damage caused.</li>\r\n <li>Cancellation of booking must be done 2 hours prior to the booking start time.</li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"progress-tabmenu\">\r\n <ul class=\"nav nav-tabs\"><!-- id=\"progressTab\" role=\"tablist\"-->\r\n <li class=\"nav-item active\"><a class=\"nav-link noline active\" data-bs-toggle=\"tab\" href=\"#progressTab1\"><span>1</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab2\"><span>2</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab3\"><span>3</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab4\"><span>4</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab5\"><span>5</span></a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \r\n <!-- ================================================================================= --> \r\n \r\n </div>\r\n \r\n <!-- Modal footer -->\r\n \r\n <div class=\"modal-footer\">\r\n <button type=\"button\" class=\"btn btn-link\" data-bs-dismiss=\"modal\">Skip >></button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-1\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-12.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-13.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-14.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-15.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-31.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-16.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-17.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-5.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-40.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-6.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-7.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-8.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-11.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-3\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-4\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-5\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-3\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-19.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-4\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"PerthcampusModal-1\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"PerthcampusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-20.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"PerthcampusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"PerthcampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END -->\r\n','Book your venue','','publish','closed','closed','','book-your-venue','','','2021-11-29 05:19:48','2021-11-29 05:19:48','',0,'https://uat.spacei.com.au/?page_id=43',0,'page','',0),(44,2,'2021-11-26 01:11:10','2021-11-26 01:11:10','<section class=\"campus-selector pt-5 pb-5\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 class=\"text-white\" data-aos=\"fade-up\" data-aos-duration=\"1000\">Book your venue at :</h2>\r\n <ul class=\"nav nav-tabs\">\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1300\"> <a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#home\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/melbourne-city.jpg\">\r\n <p>Melbourne</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1600\"> <a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#menu1\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/sydney-city.jpg\">\r\n <p>Sydney</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1900\"> <a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#menu2\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-city.jpg\">\r\n <p>perth</p>\r\n </div>\r\n </a> </li>\r\n </ul>\r\n \r\n \r\n <div class=\"tab-content\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div id=\"home\" class=\"container tab-pane fade active\" style=\"opacity:1;\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, 187, Boundary Rd, North Melbourne, VIC 3051 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>597 Upper Heidelberg Rd,Heidelberg Heights VIC3081</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 5, CBD campus,melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 6, CBD campus, Melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu1\" class=\"container tab-pane fade\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-5\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Ground Floor, 1 Wentworth Street, Parramatta, NSW 2150 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 3, 1 Wentworth Street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-3.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 7, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 9, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu2\" class=\"container tab-pane fade\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, St. George Tc, Perth </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 4, St. George Tc, perth</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n','Book your venue','','inherit','closed','closed','','43-revision-v1','','','2021-11-26 01:11:10','2021-11-26 01:11:10','',43,'https://uat.spacei.com.au/?p=44',0,'revision','',0),(45,2,'2021-11-26 01:12:39','2021-11-26 01:12:39','<section class=\"campus-selector pt-5 pb-5\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 class=\"text-white\" data-aos=\"fade-up\" data-aos-duration=\"1000\">Book your venue at :</h2>\r\n <ul class=\"nav nav-tabs\">\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1300\"> <a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#home\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/melbourne-city.jpg\">\r\n <p>Melbourne</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1600\"> <a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#menu1\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/sydney-city.jpg\">\r\n <p>Sydney</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1900\"> <a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#menu2\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-city.jpg\">\r\n <p>perth</p>\r\n </div>\r\n </a> </li>\r\n </ul>\r\n \r\n \r\n <div class=\"tab-content\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div id=\"home\" class=\"container tab-pane fade active\" style=\"opacity:1;\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, 187, Boundary Rd, North Melbourne, VIC 3051 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>597 Upper Heidelberg Rd,Heidelberg Heights VIC3081</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 5, CBD campus,melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 6, CBD campus, Melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu1\" class=\"container tab-pane fade\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-5\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Ground Floor, 1 Wentworth Street, Parramatta, NSW 2150 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 3, 1 Wentworth Street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-3.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 7, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 9, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu2\" class=\"container tab-pane fade\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, St. George Tc, Perth </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 4, St. George Tc, perth</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"our-features\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5 aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <h2 class=\"def-h2-line\">Our Features</h2>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-01.jpg\">\r\n <h3>Classrooms with projector </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-02.jpg\">\r\n <h3>Premium Seminar Theatre</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1400\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-03.jpg\">\r\n <h3>Nursing Simulation Labs</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1600\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-04.jpg\">\r\n <h3>Break Out Spaces </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-12 col-md-2-mob text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\"></div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1800\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-05.jpg\">\r\n <h3>Pantry and Dining areas </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-06.jpg\">\r\n <h3>Meeting Pods </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-07.jpg\">\r\n <h3>Work Pods</h3>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"pricing-section\">\r\n <div class=\"container aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5\">\r\n <h2 class=\"text-white def-h2-line\">OUR PRICING</h2>\r\n </div>\r\n </div>\r\n <div class=\"row pricing-table\"> \r\n <div class=\"col-md-12\">\r\n <div class=\"pr-tbl\">\r\n <table class=\"price-tbl table table-borderless aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\r\n <thead>\r\n <tr class=\"text-white\">\r\n <th>Available Spaces</th>\r\n <th>PRICE / Hrs</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Class Rooms</td>\r\n <td class=\"price-clr\">$ 49.50</td>\r\n </tr>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Seminar Theatre</td>\r\n <td class=\"price-clr\">$ 174.50</td>\r\n </tr>\r\n <tr>\r\n <td class=\"text-white\">Clinical Laboratory</td>\r\n <td class=\"price-clr\"><a href=\"#enquireNow\">Please Enquire</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n','Book your venue','','inherit','closed','closed','','43-revision-v1','','','2021-11-26 01:12:39','2021-11-26 01:12:39','',43,'https://uat.spacei.com.au/?p=45',0,'revision','',0),(46,2,'2021-11-29 05:18:24','2021-11-29 05:18:24','<section class=\"campus-selector pt-5 pb-5\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12\">\n <h2 class=\"text-white\" data-aos=\"fade-up\" data-aos-duration=\"1000\">Book your venue at :</h2>\n <ul class=\"nav nav-tabs\">\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1300\"> <a class=\"nav-link [CampusActive]\" data-bs-toggle=\"tab\" href=\"#home\">\n <div class=\"tab-image-outer\">\n <div class=\"tab-overlay\"></div>\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/melbourne-city.jpg\">\n <p>Melbourne</p>\n </div>\n </a> </li>\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1600\"> <a class=\"nav-link [CampusActive]\" data-bs-toggle=\"tab\" href=\"#menu1\">\n <div class=\"tab-image-outer\">\n <div class=\"tab-overlay\"></div>\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/sydney-city.jpg\">\n <p>Sydney</p>\n </div>\n </a> </li>\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1900\"> <a class=\"nav-link [CampusActive]\" data-bs-toggle=\"tab\" href=\"#menu2\">\n <div class=\"tab-image-outer\">\n <div class=\"tab-overlay\"></div>\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-city.jpg\">\n <p>perth</p>\n </div>\n </a> </li>\n </ul>\n \n \n <div class=\"tab-content\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\n <div id=\"home\" class=\"container tab-pane fade [CampusActive]\" style=\"opacity:1;\"><br>\n <div class=\"location-details-box text-center\">\n <div class=\"row pt-0 pb-0\">\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"campusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-1\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 2, 187, Boundary Rd, North Melbourne, VIC 3051 </h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"campusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-2\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>597 Upper Heidelberg Rd,Heidelberg Heights VIC3081</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"campusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-3\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 5, CBD campus,melbourne</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"campusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-4\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 6, CBD campus, Melbourne</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n </div>\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\n </div>\n </div>\n <div id=\"menu1\" class=\"container tab-pane fade [CampusActive]\"><br>\n <div class=\"location-details-box text-center\">\n <div class=\"row pt-0 pb-0\">\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"campusSlideThumb-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-5\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Ground Floor, 1 Wentworth Street, Parramatta, NSW 2150 </h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"SydneycampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-2\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 3, 1 Wentworth Street, Parramatta, NSW 2150</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"SydneycampusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-3\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-3.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 7, 33 Argyle street, Parramatta, NSW 2150</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"SydneycampusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-4\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 9, 33 Argyle street, Parramatta, NSW 2150</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n </div>\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\n </div>\n </div>\n <div id=\"menu2\" class=\"container tab-pane fade [CampusActive]\"><br>\n <div class=\"location-details-box text-center\">\n <div class=\"row pt-0 pb-0\">\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"PerthcampusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-1\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 2, St. George Tc, Perth </h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\n <div class=\"location\">\n <div id=\"PerthcampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n \n <div class=\"carousel-inner\">\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-2\">View Gallery</div>\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n <h4>Level 4, St. George Tc, perth</h4>\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\n </div>\n </div>\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</section>\n<section class=\"our-features\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-md-12 text-center mb-5 aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\n <h2 class=\"def-h2-line\">Our Features</h2>\n </div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-01.jpg\">\n <h3>Classrooms with projector </h3>\n </div>\n </div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1200\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-02.jpg\">\n <h3>Premium Seminar Theatre</h3>\n </div>\n </div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1400\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-03.jpg\">\n <h3>Nursing Simulation Labs</h3>\n </div>\n </div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1600\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-04.jpg\">\n <h3>Break Out Spaces </h3>\n </div>\n </div>\n <div class=\"col-md-12 col-md-2-mob text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\"></div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1800\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-05.jpg\">\n <h3>Pantry and Dining areas </h3>\n </div>\n </div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2000\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-06.jpg\">\n <h3>Meeting Pods </h3>\n </div>\n </div>\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\">\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-07.jpg\">\n <h3>Work Pods</h3>\n </div>\n </div>\n </div>\n </div>\n</section>\n<section class=\"pricing-section\">\n <div class=\"container aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\n <div class=\"row\">\n <div class=\"col-md-12 text-center mb-5\">\n <h2 class=\"text-white def-h2-line\">OUR PRICING</h2>\n </div>\n </div>\n <div class=\"row pricing-table\"> \n <div class=\"col-md-12\">\n <div class=\"pr-tbl\">\n <table class=\"price-tbl table table-borderless aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\n <thead>\n <tr class=\"text-white\">\n <th>Available Spaces</th>\n <th>PRICE / Hrs</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"border-bottom-line\">\n <td class=\"text-white\">Class Rooms</td>\n <td class=\"price-clr\">$ 49.50</td>\n </tr>\n <tr class=\"border-bottom-line\">\n <td class=\"text-white\">Seminar Theatre</td>\n <td class=\"price-clr\">$ 174.50</td>\n </tr>\n <tr>\n <td class=\"text-white\">Clinical Laboratory</td>\n <td class=\"price-clr\"><a href=\"#enquireNow\">Please Enquire</a></td>\n </tr>\n </tbody>\n </table>\n </div> \n </div>\n </div>\n </div>\n</section>\n<!-- terms & Condition Modal -->\n<div class=\"modal fade terms-modal\" id=\"exampleModal\">\n <div class=\"modal-dialog modal-lg modal-dialog-centered\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h5 class=\"modal-title w-100 text-center\" id=\"exampleModalLabel\">Terms & Conditions</h5>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\n </div>\n <div class=\"modal-body\">\n <h3>1. Hire of Event Room(s)</h3>\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\n <h3>2. Confirmation</h3>\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\n <p>Please check with us before the event to avoid any misunderstanding.</p>\n <h3>3. Payments </h3>\n <p>Payment is accepted through website at the time of booking. </p>\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\n <h3>4. Non-Payment</h3>\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\n <h3>5. Cancellation</h3>\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\n <h3>6.Postponement</h3>\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\n <p>6.5.1 any payments are not made as and when requested;</p>\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\n <p>6.5.6 there is any double booking.</p>\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\n <h3>7. Maximum Numbers</h3>\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\n <h3>8. Function Details</h3>\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\n <h3>9. External Event Co-Ordinator</h3>\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\n\n <h3>10. Venue Access/Availability Evening Events</h3>\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\n <h3>11. Deliveries</h3>\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\n <h3>12. Quotes and Prices</h3>\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\n <h3>13.Responsibility</h3>\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\n <h3>14. Public Holiday Surcharge</h3>\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\n </p>\n <h3>15. Signage</h3>\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\n <h3>16 Force Majeure</h3>\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\n <p>17.4 You and the card holder release Space I max from any liability.</p>\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\n <h3>19. Guarantors</h3>\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\n <h3>20. Credit Cards</h3>\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\n <h3>21. Prohibitions</h3>\n <p>Space I max prohibits the following:</p>\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\n <p>21.2 Smoking anywhere on or about the Venue.</p>\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\n <p>21.6 Any waste materials left on or about the Venue;</p>\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\n <h3>22. Waiver</h3>\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\n <h3>23. Sole Terms and Conditions</h3>\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\n <h3>24. Definitions</h3>\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\n <p>“You” means the parties referred to in the Booking Form.</p>\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\n </div>\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto; padding-bottom:20px;\"> <a href=\"https://hcivic.skedda.com/register?key=b2dbd4d&payload=CfDJ8LjSwvKUlH1Lv3DBWo5bt_4yfP_8RhiKHLbzBaPlamt9YQSqHdkLly8NgXoWK7MATKtXlAsigy-qg9j19lAndZ0cKILQlbapyeTCxv2Iy_GCcKR0leTBrrkt-5ptc-L9MdbXMzzPd4WJcVbigWnlsBg\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\n </div>\n </div>\n</div>\n\n<!-- terms & Condition Modal --> \n\n<!-- terms & Condition Modal -->\n<div class=\"modal fade terms-modal\" id=\"sydneyBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"sydneyModalLabel\" aria-hidden=\"true\">\n <div class=\"modal-dialog modal-md\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h5 class=\"modal-title w-100 text-center\" id=\"sydneyModalLabel\">Terms & Conditions</h5>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\n </div>\n <div class=\"modal-body\">\n <h3>1. Hire of Event Room(s)</h3>\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\n <h3>2. Confirmation</h3>\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\n <p>Please check with us before the event to avoid any misunderstanding.</p>\n <h3>3. Payments </h3>\n <p>Payment is accepted through website at the time of booking. </p>\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\n <h3>4. Non-Payment</h3>\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\n <h3>5. Cancellation</h3>\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\n <h3>6.Postponement</h3>\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\n <p>6.5.1 any payments are not made as and when requested;</p>\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\n <p>6.5.6 there is any double booking.</p>\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\n <h3>7. Maximum Numbers</h3>\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\n <h3>8. Function Details</h3>\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\n <h3>9. External Event Co-Ordinator</h3>\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\n <h3>10. Venue Access/Availability Evening Events</h3>\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\n <h3>11. Deliveries</h3>\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\n <h3>12. Quotes and Prices</h3>\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\n <h3>13.Responsibility</h3>\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\n <h3>14. Public Holiday Surcharge</h3>\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\n </p>\n <h3>15. Signage</h3>\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\n <h3>16 Force Majeure</h3>\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\n <p>17.4 You and the card holder release Space I max from any liability.</p>\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\n <h3>19. Guarantors</h3>\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\n <h3>20. Credit Cards</h3>\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\n <h3>21. Prohibitions</h3>\n <p>Space I max prohibits the following:</p>\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\n <p>21.2 Smoking anywhere on or about the Venue.</p>\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\n <p>21.6 Any waste materials left on or about the Venue;</p>\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\n <h3>22. Waiver</h3>\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\n <h3>23. Sole Terms and Conditions</h3>\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\n <h3>24. Definitions</h3>\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\n <p>“You” means the parties referred to in the Booking Form.</p>\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\n </div>\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hcinsw.skedda.com/register?key=651f468&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2mtarzAajUOd0f2qy-aHpWx7cIk7M3phYOfUo6UIrZpN2XuHuyv7DkMjbyTVzmRZqPuN6p4n2Jb9tgfNYpXVLjJVRxdrpQ5hyd3mTDKNoHicxgKJ9XAZ7NvP7izWexanE\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\n </div>\n </div>\n</div>\n\n<!-- terms & Condition Modal -->\n<div class=\"modal fade terms-modal\" id=\"perthBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"perthModalLabel\" aria-hidden=\"true\">\n <div class=\"modal-dialog modal-md\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h5 class=\"modal-title w-100 text-center\" id=\"perthModalLabel\">Terms & Conditions</h5>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\n </div>\n <div class=\"modal-body\">\n <h3>1. Hire of Event Room(s)</h3>\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\n <h3>2. Confirmation</h3>\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\n <p>Please check with us before the event to avoid any misunderstanding.</p>\n <h3>3. Payments </h3>\n <p>Payment is accepted through website at the time of booking. </p>\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\n <h3>4. Non-Payment</h3>\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\n <h3>5. Cancellation</h3>\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\n <h3>6.Postponement</h3>\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\n <p>6.5.1 any payments are not made as and when requested;</p>\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\n <p>6.5.6 there is any double booking.</p>\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\n <h3>7. Maximum Numbers</h3>\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\n <h3>8. Function Details</h3>\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\n <h3>9. External Event Co-Ordinator</h3>\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\n <h3>10. Venue Access/Availability Evening Events</h3>\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\n <h3>11. Deliveries</h3>\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\n <h3>12. Quotes and Prices</h3>\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\n <h3>13.Responsibility</h3>\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\n <h3>14. Public Holiday Surcharge</h3>\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\n </p>\n <h3>15. Signage</h3>\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\n <h3>16 Force Majeure</h3>\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\n <p>17.4 You and the card holder release Space I max from any liability.</p>\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\n <h3>19. Guarantors</h3>\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\n <h3>20. Credit Cards</h3>\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\n <h3>21. Prohibitions</h3>\n <p>Space I max prohibits the following:</p>\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\n <p>21.2 Smoking anywhere on or about the Venue.</p>\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\n <p>21.6 Any waste materials left on or about the Venue;</p>\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\n <h3>22. Waiver</h3>\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\n <h3>23. Sole Terms and Conditions</h3>\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\n <h3>24. Definitions</h3>\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\n <p>“You” means the parties referred to in the Booking Form.</p>\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\n </div>\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hciwa.skedda.com/register?key=72aca5e1c440442e&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2509Us8gtxf9P-NKZl5pXPPBSB1xboJ7Eh7iVcBYU4b4UQ9DJBEneQhEpmKLu2Qs-i18Rb045SEBqIeH7Go-DZ9BoBzbSrLwC-UFXX4OFmILoJ8EX0CySAiqgYNRTYNa8\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\n </div>\n </div>\n</div>\n<div class=\"modal fade\" id=\"helpModal\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\"> \n \n <!-- Modal Header -->\n \n <div class=\"modal-header\">\n <h4 class=\"modal-title\">Follow these steps to book!</h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n \n <!-- Modal body -->\n \n <div class=\"modal-body\"> \n \n <!-- ================================================================================= -->\n \n <div class=\"progressTab\">\n <div class=\"progress-tabbody\">\n <div class=\"tab-content\" id=\"progressTabContent\">\n <div class=\"tab-pane fade show active\" id=\"progressTab1\" role=\"tabpanel\" aria-labelledby=\"formTab1\">\n <div class=\"row\">\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step1.png\" class=\"img-fluid\"> </div>\n <div class=\"col-lg-4 col-md-12\">\n <h3>Step 1</h3>\n <p>When on clicking the book button, it will take you to the landing page where you need to register by adding your name and Email.</p>\n </div>\n </div>\n </div>\n <div class=\"tab-pane fade\" id=\"progressTab2\" role=\"tabpanel\" aria-labelledby=\"formTab2\">\n <div class=\"row\">\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step2.png\" class=\"img-fluid\"> </div>\n <div class=\"col-lg-4 col-md-12\">\n <h3>Step 2</h3>\n <p>Upon registering, you will be directed to the map view of the booking where you can change the location, views (grid, list, map), date and time. </p>\n </div>\n </div>\n </div>\n <div class=\"tab-pane fade\" id=\"progressTab3\" role=\"tabpanel\" aria-labelledby=\"formTab3\">\n <div class=\"row\">\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step3.png\" class=\"img-fluid\"> </div>\n <div class=\"col-lg-4 col-md-12\">\n <h3>Step 3</h3>\n <p>Click on the room you want to book and enter the time duration (please note that a minimum of 4 hours booking is required)</p>\n </div>\n </div>\n </div>\n <div class=\"tab-pane fade\" id=\"progressTab4\" role=\"tabpanel\" aria-labelledby=\"formTab4\">\n <div class=\"row\">\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step4.png\" class=\"img-fluid\"> </div>\n <div class=\"col-lg-4 col-md-12\">\n <h3>Step 4</h3>\n <p>Check the information you have entered (time, date, space, booking title, notes) and also enter the card details for checkout. You will receive a confirmation mail upon successful payment.</p>\n </div>\n </div>\n </div>\n <div class=\"tab-pane fade\" id=\"progressTab5\" role=\"tabpanel\" aria-labelledby=\"formTab5\">\n <div class=\"row\">\n <div class=\"col-lg-7 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step5.png\" class=\"img-fluid\"> </div>\n <div class=\"col-lg-5 col-md-12\">\n <h3>Terms and Conditions</h3>\n <ul style=\"padding-left: 15px;\">\n <li>Booking window will be activated only within the booked hours. Extensions are to be booked separately.</li>\n <li>Any damages occurred or caused while using the premises must be reported. Upon review the customer might have to pay for the damage caused.</li>\n <li>Cancellation of booking must be done 2 hours prior to the booking start time.</li>\n </ul>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"progress-tabmenu\">\n <ul class=\"nav nav-tabs\"><!-- id=\"progressTab\" role=\"tablist\"-->\n <li class=\"nav-item active\"><a class=\"nav-link noline active\" data-bs-toggle=\"tab\" href=\"#progressTab1\"><span>1</span></a></li>\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab2\"><span>2</span></a></li>\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab3\"><span>3</span></a></li>\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab4\"><span>4</span></a></li>\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab5\"><span>5</span></a></li>\n </ul>\n </div>\n </div>\n \n <!-- ================================================================================= --> \n \n </div>\n \n <!-- Modal footer -->\n \n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-link\" data-bs-dismiss=\"modal\">Skip >></button>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"campusModal-1\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"campusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-12.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-13.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-14.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-15.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-31.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-16.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-17.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-5.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-40.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-6.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-7.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-8.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-11.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> \n </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"campusModal-2\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"campusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"campusModal-3\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"campusModal-4\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"campusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"campusModal-5\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"campusSlide-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"SydneycampusModal-2\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"SydneycampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"SydneycampusModal-3\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"SydneycampusSlide-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-19.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"SydneycampusModal-4\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"SydneycampusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"PerthcampusModal-1\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"PerthcampusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-20.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END --> \n\n<!-- IMAGE GALLERY MODAL POPUP -->\n<div class=\"modal fade\" id=\"PerthcampusModal-2\">\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\n </div>\n <div class=\"modal-body\">\n <div id=\"PerthcampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\n <div class=\"carousel-inner\">\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\n </div>\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\n </div>\n </div>\n </div>\n</div>\n\n<!-- IMAGE GALLERY MODAL POPUP END -->\n','Book your venue','','inherit','closed','closed','','43-autosave-v1','','','2021-11-29 05:18:24','2021-11-29 05:18:24','',43,'https://uat.spacei.com.au/?p=46',0,'revision','',0),(47,2,'2021-11-26 01:14:43','2021-11-26 01:14:43','<section class=\"campus-selector pt-5 pb-5\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 class=\"text-white\" data-aos=\"fade-up\" data-aos-duration=\"1000\">Book your venue at :</h2>\r\n <ul class=\"nav nav-tabs\">\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1300\"> <a class=\"nav-link active\" data-bs-toggle=\"tab\" href=\"#home\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/melbourne-city.jpg\">\r\n <p>Melbourne</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1600\"> <a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#menu1\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/sydney-city.jpg\">\r\n <p>Sydney</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1900\"> <a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#menu2\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-city.jpg\">\r\n <p>perth</p>\r\n </div>\r\n </a> </li>\r\n </ul>\r\n \r\n \r\n <div class=\"tab-content\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div id=\"home\" class=\"container tab-pane fade active\" style=\"opacity:1;\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, 187, Boundary Rd, North Melbourne, VIC 3051 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>597 Upper Heidelberg Rd,Heidelberg Heights VIC3081</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 5, CBD campus,melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 6, CBD campus, Melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu1\" class=\"container tab-pane fade\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-5\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Ground Floor, 1 Wentworth Street, Parramatta, NSW 2150 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 3, 1 Wentworth Street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-3.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 7, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 9, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu2\" class=\"container tab-pane fade\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, St. George Tc, Perth </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 4, St. George Tc, perth</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"our-features\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5 aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <h2 class=\"def-h2-line\">Our Features</h2>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-01.jpg\">\r\n <h3>Classrooms with projector </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-02.jpg\">\r\n <h3>Premium Seminar Theatre</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1400\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-03.jpg\">\r\n <h3>Nursing Simulation Labs</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1600\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-04.jpg\">\r\n <h3>Break Out Spaces </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-12 col-md-2-mob text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\"></div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1800\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-05.jpg\">\r\n <h3>Pantry and Dining areas </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-06.jpg\">\r\n <h3>Meeting Pods </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-07.jpg\">\r\n <h3>Work Pods</h3>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"pricing-section\">\r\n <div class=\"container aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5\">\r\n <h2 class=\"text-white def-h2-line\">OUR PRICING</h2>\r\n </div>\r\n </div>\r\n <div class=\"row pricing-table\"> \r\n <div class=\"col-md-12\">\r\n <div class=\"pr-tbl\">\r\n <table class=\"price-tbl table table-borderless aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\r\n <thead>\r\n <tr class=\"text-white\">\r\n <th>Available Spaces</th>\r\n <th>PRICE / Hrs</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Class Rooms</td>\r\n <td class=\"price-clr\">$ 49.50</td>\r\n </tr>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Seminar Theatre</td>\r\n <td class=\"price-clr\">$ 174.50</td>\r\n </tr>\r\n <tr>\r\n <td class=\"text-white\">Clinical Laboratory</td>\r\n <td class=\"price-clr\"><a href=\"#enquireNow\">Please Enquire</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"exampleModal\">\r\n <div class=\"modal-dialog modal-lg modal-dialog-centered\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"exampleModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto; padding-bottom:20px;\"> <a href=\"https://hcivic.skedda.com/register?key=b2dbd4d&payload=CfDJ8LjSwvKUlH1Lv3DBWo5bt_4yfP_8RhiKHLbzBaPlamt9YQSqHdkLly8NgXoWK7MATKtXlAsigy-qg9j19lAndZ0cKILQlbapyeTCxv2Iy_GCcKR0leTBrrkt-5ptc-L9MdbXMzzPd4WJcVbigWnlsBg\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- terms & Condition Modal --> \r\n\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"sydneyBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"sydneyModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-md\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"sydneyModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hcinsw.skedda.com/register?key=651f468&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2mtarzAajUOd0f2qy-aHpWx7cIk7M3phYOfUo6UIrZpN2XuHuyv7DkMjbyTVzmRZqPuN6p4n2Jb9tgfNYpXVLjJVRxdrpQ5hyd3mTDKNoHicxgKJ9XAZ7NvP7izWexanE\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"perthBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"perthModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-md\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"perthModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hciwa.skedda.com/register?key=72aca5e1c440442e&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2509Us8gtxf9P-NKZl5pXPPBSB1xboJ7Eh7iVcBYU4b4UQ9DJBEneQhEpmKLu2Qs-i18Rb045SEBqIeH7Go-DZ9BoBzbSrLwC-UFXX4OFmILoJ8EX0CySAiqgYNRTYNa8\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"modal fade\" id=\"helpModal\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\"> \r\n \r\n <!-- Modal Header -->\r\n \r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\">Follow these steps to book!</h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n \r\n <!-- Modal body -->\r\n \r\n <div class=\"modal-body\"> \r\n \r\n <!-- ================================================================================= -->\r\n \r\n <div class=\"progressTab\">\r\n <div class=\"progress-tabbody\">\r\n <div class=\"tab-content\" id=\"progressTabContent\">\r\n <div class=\"tab-pane fade show active\" id=\"progressTab1\" role=\"tabpanel\" aria-labelledby=\"formTab1\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step1.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 1</h3>\r\n <p>When on clicking the book button, it will take you to the landing page where you need to register by adding your name and Email.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab2\" role=\"tabpanel\" aria-labelledby=\"formTab2\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step2.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 2</h3>\r\n <p>Upon registering, you will be directed to the map view of the booking where you can change the location, views (grid, list, map), date and time. </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab3\" role=\"tabpanel\" aria-labelledby=\"formTab3\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step3.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 3</h3>\r\n <p>Click on the room you want to book and enter the time duration (please note that a minimum of 4 hours booking is required)</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab4\" role=\"tabpanel\" aria-labelledby=\"formTab4\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step4.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 4</h3>\r\n <p>Check the information you have entered (time, date, space, booking title, notes) and also enter the card details for checkout. You will receive a confirmation mail upon successful payment.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab5\" role=\"tabpanel\" aria-labelledby=\"formTab5\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step5.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-5 col-md-12\">\r\n <h3>Terms and Conditions</h3>\r\n <ul style=\"padding-left: 15px;\">\r\n <li>Booking window will be activated only within the booked hours. Extensions are to be booked separately.</li>\r\n <li>Any damages occurred or caused while using the premises must be reported. Upon review the customer might have to pay for the damage caused.</li>\r\n <li>Cancellation of booking must be done 2 hours prior to the booking start time.</li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"progress-tabmenu\">\r\n <ul class=\"nav nav-tabs\"><!-- id=\"progressTab\" role=\"tablist\"-->\r\n <li class=\"nav-item active\"><a class=\"nav-link noline active\" data-bs-toggle=\"tab\" href=\"#progressTab1\"><span>1</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab2\"><span>2</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab3\"><span>3</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab4\"><span>4</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab5\"><span>5</span></a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \r\n <!-- ================================================================================= --> \r\n \r\n </div>\r\n \r\n <!-- Modal footer -->\r\n \r\n <div class=\"modal-footer\">\r\n <button type=\"button\" class=\"btn btn-link\" data-bs-dismiss=\"modal\">Skip >></button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-1\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-12.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-13.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-14.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-15.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-31.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-16.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-17.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-5.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-40.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-6.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-7.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-8.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-11.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-3\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-4\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-5\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-3\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-19.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-4\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"PerthcampusModal-1\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"PerthcampusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-20.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"PerthcampusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"PerthcampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END -->\r\n','Book your venue','','inherit','closed','closed','','43-revision-v1','','','2021-11-26 01:14:43','2021-11-26 01:14:43','',43,'https://uat.spacei.com.au/?p=47',0,'revision','',0),(48,2,'2021-11-26 01:42:20','2021-11-26 01:42:20','<section class=\"policy-sec\"><div class=\"container\"><div class=\"row\"><div class-\"col-md-12\">\n<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://spacei.local.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','inherit','closed','closed','','3-autosave-v1','','','2021-11-26 01:42:20','2021-11-26 01:42:20','',3,'https://uat.spacei.com.au/?p=48',0,'revision','',0),(49,2,'2021-11-26 01:42:38','2021-11-26 01:42:38','<section class=\"policy-sec\"><div class=\"container\"><div class=\"row\"><div class-\"col-md-12\">\r\n<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://spacei.local.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->\r\n</div></div></div></section>','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2021-11-26 01:42:38','2021-11-26 01:42:38','',3,'https://uat.spacei.com.au/?p=49',0,'revision','',0),(51,2,'2021-11-26 01:55:27','2021-11-26 01:55:27',' <section class=\"video-section text-left\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <div class=\"inner-page-title\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <span>Tailored Total Home Protection</span>\r\n <h1>Next Generation Home <br>Alarm System</h1>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-1.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1000\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-2.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-4\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-3.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n <div class=\"col-md-8\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <div class=\"video-box\"><a href=\"#\"><img src=\"/wp-content/themes/mwt-spacei/assets/images/video-4.jpg\" class=\"img-fluid\"></a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </section> \r\n \r\n <section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-4\">Want to know <br>more contact us.</h2>\r\n <a href=\"/contact-us\" class=\"adv-search-btn\">Contact us</a>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"tel:+61413043338\">+61 413043338</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"mailto:facility@hci.edu.au\">facility@hci.edu.au</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>Level 2, 76-80 Turnham Avenue, Rosanna,<br />VIC 3084, Australia</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section>','Videos','','inherit','closed','closed','','9-revision-v1','','','2021-11-26 01:55:27','2021-11-26 01:55:27','',9,'https://uat.spacei.com.au/?p=51',0,'revision','',0),(52,2,'2021-11-26 01:56:40','2021-11-26 01:56:40','<section class=\"contact-section text-center\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\" data-aos=\"fade-down\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <h2 class=\"text-black pb-2\" style=\"padding-bottom:0px !important\">Want to know <br>more contact us.</h2>\r\n </div>\r\n </div>\r\n <div class=\"row mt-50\">\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/call-ico.png\">\r\n <h3>Call Us</h3>\r\n <p>PH : <a href=\"tel:+61413043338\">+61 413043338</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/mail-ico.png\">\r\n <h3>Email Us</h3>\r\n <p><a href=\"mailto:facility@hci.edu.au\">facility@hci.edu.au</a></p>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4\">\r\n <div class=\"contact-box\" data-aos=\"fade-up\" data-aos-easing=\"linear\" data-aos-duration=\"1400\">\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/location-ico.png\">\r\n <h3>Office</h3>\r\n <p>Level 2, 76-80 Turnham Avenue, Rosanna,<br />VIC 3084, Australia</p>\r\n </div>\r\n </div>\r\n \r\n </div>\r\n </div>\r\n </section> \r\n \r\n \r\n <section class=\"map-section\">\r\n <div class=\"container-fluid\">\r\n <div class=\"row\">\r\n <div class=\"col-md-6\" data-aos=\"fade-right\" data-aos-easing=\"linear\" data-aos-duration=\"800\">\r\n <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3155.0298499098676!2d145.06463231492208!3d-37.74244393773799!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x6ad646692777d22d%3A0x73e39a22d2614865!2sLevel%202%2F76-80%20Turnham%20Ave%2C%20Rosanna%20VIC%203084%2C%20Australia!5e0!3m2!1sen!2sin!4v1613623163703!5m2!1sen!2sin\" width=\"100%\" height=\"850\" frameborder=\"0\" style=\"border:0;\" allowfullscreen=\"\" aria-hidden=\"false\" tabindex=\"0\"></iframe>\r\n </div>\r\n <div class=\"col-md-6\" data-aos=\"fade-left\" data-aos-easing=\"linear\" data-aos-duration=\"1200\">\r\n <div class=\"form-outer\">\r\n <h2>Get in Touch</h2>\r\n [QuickEnquiry]\r\n </div>\r\n </div>\r\n </div> \r\n </div>\r\n </section>','Contact Us','','inherit','closed','closed','','11-revision-v1','','','2021-11-26 01:56:40','2021-11-26 01:56:40','',11,'https://uat.spacei.com.au/?p=52',0,'revision','',0),(53,2,'2021-11-29 05:19:48','2021-11-29 05:19:48','<section class=\"campus-selector pt-5 pb-5\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12\">\r\n <h2 class=\"text-white\" data-aos=\"fade-up\" data-aos-duration=\"1000\">Book your venue at :</h2>\r\n <ul class=\"nav nav-tabs\">\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1300\"> <a class=\"nav-link [MelbourneActive]\" data-bs-toggle=\"tab\" href=\"#home\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/melbourne-city.jpg\">\r\n <p>Melbourne</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1600\"> <a class=\"nav-link [SydneyActive]\" data-bs-toggle=\"tab\" href=\"#menu1\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/sydney-city.jpg\">\r\n <p>Sydney</p>\r\n </div>\r\n </a> </li>\r\n <li class=\"nav-item\" data-aos=\"fade-up\" data-aos-duration=\"1900\"> <a class=\"nav-link [PerthActive]\" data-bs-toggle=\"tab\" href=\"#menu2\">\r\n <div class=\"tab-image-outer\">\r\n <div class=\"tab-overlay\"></div>\r\n <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-city.jpg\">\r\n <p>perth</p>\r\n </div>\r\n </a> </li>\r\n </ul>\r\n \r\n \r\n <div class=\"tab-content\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div id=\"home\" class=\"container tab-pane fade [MelbourneActive]\" style=\"opacity:1;\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, 187, Boundary Rd, North Melbourne, VIC 3051 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>597 Upper Heidelberg Rd,Heidelberg Heights VIC3081</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 5, CBD campus,melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 6, CBD campus, Melbourne</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#exampleModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu1\" class=\"container tab-pane fade [SydneyActive]\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"campusSlideThumb-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#campusModal-5\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlideThumb-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Ground Floor, 1 Wentworth Street, Parramatta, NSW 2150 </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 3, 1 Wentworth Street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-3\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-3.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 7, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"SydneycampusSlideThumb-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#SydneycampusModal-4\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> \r\n </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlideThumb-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 9, 33 Argyle street, Parramatta, NSW 2150</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#sydneyBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n <div id=\"menu2\" class=\"container tab-pane fade [PerthActive]\"><br>\r\n <div class=\"location-details-box text-center\">\r\n <div class=\"row pt-0 pb-0\">\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-1\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 2, St. George Tc, Perth </h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n <div class=\"col-md-6 col-lg-4 col-xl-3\">\r\n <div class=\"location\">\r\n <div id=\"PerthcampusSlideThumb-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n \r\n <div class=\"carousel-inner\">\r\n <div class=\"galleryPopup\" data-bs-toggle=\"modal\" data-bs-target=\"#PerthcampusModal-2\">View Gallery</div>\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus-4\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlideThumb-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n <h4>Level 4, St. George Tc, perth</h4>\r\n <a href=\"#\" data-bs-toggle=\"modal\" data-bs-target=\"#perthBookingModal\" class=\"booking-btn\">BOOK NOW <i class=\"fa fa-angle-right\"></i></a> </div>\r\n </div>\r\n </div>\r\n <div class=\"w-100 text-right\"><a href=\"#\" class=\"help-link\" data-bs-toggle=\"modal\" data-bs-target=\"#helpModal\"><i class=\"fa fa-question\"></i>How to Book?</a></div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"our-features\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5 aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <h2 class=\"def-h2-line\">Our Features</h2>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-01.jpg\">\r\n <h3>Classrooms with projector </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-02.jpg\">\r\n <h3>Premium Seminar Theatre</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1400\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-03.jpg\">\r\n <h3>Nursing Simulation Labs</h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1600\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-04.jpg\">\r\n <h3>Break Out Spaces </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-12 col-md-2-mob text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\"></div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1800\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-05.jpg\">\r\n <h3>Pantry and Dining areas </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2000\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-06.jpg\">\r\n <h3>Meeting Pods </h3>\r\n </div>\r\n </div>\r\n <div class=\"col-md-4 col-lg-3 text-center aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"2200\">\r\n <div class=\"feature-box\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/icon-07.jpg\">\r\n <h3>Work Pods</h3>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<section class=\"pricing-section\">\r\n <div class=\"container aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1000\">\r\n <div class=\"row\">\r\n <div class=\"col-md-12 text-center mb-5\">\r\n <h2 class=\"text-white def-h2-line\">OUR PRICING</h2>\r\n </div>\r\n </div>\r\n <div class=\"row pricing-table\"> \r\n <div class=\"col-md-12\">\r\n <div class=\"pr-tbl\">\r\n <table class=\"price-tbl table table-borderless aos-init aos-animate\" data-aos=\"fade-up\" data-aos-duration=\"1500\">\r\n <thead>\r\n <tr class=\"text-white\">\r\n <th>Available Spaces</th>\r\n <th>PRICE / Hrs</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Class Rooms</td>\r\n <td class=\"price-clr\">$ 49.50</td>\r\n </tr>\r\n <tr class=\"border-bottom-line\">\r\n <td class=\"text-white\">Seminar Theatre</td>\r\n <td class=\"price-clr\">$ 174.50</td>\r\n </tr>\r\n <tr>\r\n <td class=\"text-white\">Clinical Laboratory</td>\r\n <td class=\"price-clr\"><a href=\"#enquireNow\">Please Enquire</a></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div> \r\n </div>\r\n </div>\r\n </div>\r\n</section>\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"exampleModal\">\r\n <div class=\"modal-dialog modal-lg modal-dialog-centered\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"exampleModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto; padding-bottom:20px;\"> <a href=\"https://hcivic.skedda.com/register?key=b2dbd4d&payload=CfDJ8LjSwvKUlH1Lv3DBWo5bt_4yfP_8RhiKHLbzBaPlamt9YQSqHdkLly8NgXoWK7MATKtXlAsigy-qg9j19lAndZ0cKILQlbapyeTCxv2Iy_GCcKR0leTBrrkt-5ptc-L9MdbXMzzPd4WJcVbigWnlsBg\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- terms & Condition Modal --> \r\n\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"sydneyBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"sydneyModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-md\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"sydneyModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hcinsw.skedda.com/register?key=651f468&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2mtarzAajUOd0f2qy-aHpWx7cIk7M3phYOfUo6UIrZpN2XuHuyv7DkMjbyTVzmRZqPuN6p4n2Jb9tgfNYpXVLjJVRxdrpQ5hyd3mTDKNoHicxgKJ9XAZ7NvP7izWexanE\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- terms & Condition Modal -->\r\n<div class=\"modal fade terms-modal\" id=\"perthBookingModal\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"perthModalLabel\" aria-hidden=\"true\">\r\n <div class=\"modal-dialog modal-md\" role=\"document\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h5 class=\"modal-title w-100 text-center\" id=\"perthModalLabel\">Terms & Conditions</h5>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\" aria-label=\"Close\"> <span aria-hidden=\"true\">×</span> </button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <h3>1. Hire of Event Room(s)</h3>\r\n <p>Space I max hire out the seminar rooms, classrooms, lab facilities listed on the website on the Terms and Conditions set out below.</p>\r\n <h3>2. Confirmation</h3>\r\n <p>All the confirmation of the booking are through the Space I max website. An email confirmation would be sent out to your inbox.</p>\r\n <p>You may make a tentative booking at any time by calling us and you will not incur any obligation until confirmation is formalised, as set out below.</p>\r\n <p>All Events are booked for a 4-hour duration and charges apply for any early start or late finish at our applicable rates (normally not less than $30 per half hour or part thereof or $10 x per the number booked – whichever is the greater)</p>\r\n <p>Please check with us before the event to avoid any misunderstanding.</p>\r\n <h3>3. Payments </h3>\r\n <p>Payment is accepted through website at the time of booking. </p>\r\n <p>Any additional services have to be paid for separately against the invoice from Space I max.</p>\r\n <h3>4. Non-Payment</h3>\r\n <p>If any payment is not successful or cleared, Space I Max reserves the right to cancel the booking without Space I max having any liability or consequence and without derogating from any rights of Space I max.</p>\r\n <h3>5. Cancellation</h3>\r\n <p>5.1 Subject to 5.2, if an Event is cancelled for any reason, the following terms are applicable, unless otherwise agreed in writing with Space I max.\r\n More than 3 months’ notice: the cancellation fee will be equivalent to the Initial Deposit 1 to 3 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the cancellation fee will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max, to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>5.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed cancellation fees.</p>\r\n <h3>6.Postponement</h3>\r\n <p>6.1 If an Event is postponed, the following terms are applicable, unless otherwise agreed in writing with Space I max.</p>\r\n <p>More than 3 month’s notice: the postponement fee will be equivalent to the Initial Deposit.</p>\r\n <p>1 to 3 month’s notice: the postponement fee will be equivalent to the Deposit plus any additional costs or expenses incurred by Space I max.</p>\r\n <p>Less than 1 months’ notice: the postponement fee will be will be equivalent to the Deposit plus any additional costs expenses or losses incurred by Space I max to which a loading of 25% will apply for administrative overheads as agreed.</p>\r\n <p>6.2 If Space I max is able to find a replacement booking it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.3 If the booking subsequently proceeds at an agreed new time, Space I max it will negotiate in good faith over any reduction in the agreed postponement fees.</p>\r\n <p>6.4 You and the Card Holder agree that the applicable cancellation fees/postponement fees are reasonable and agree to these as liquidated and agreed damages to compensate Space I max for administrative time involved and lost opportunity.</p>\r\n <p>6.5 Space I max reserve the right to cancel or postpone any confirmed booking if</p>\r\n <p>6.5.1 any payments are not made as and when requested;</p>\r\n <p>6.5.2 the Event alters in any substantial way from what was booked and confirmed;</p>\r\n <p>6.5.3 undue personal difficulties arise with you, the Card Holder or anyone else, over the Event;</p>\r\n <p>6.5.4 you or the Card Holder do not observe any time requirements set out in these Terms and Conditions or in any communication with Space I max;</p>\r\n <p>6.5.5 any arrangement or proposal for the Event is unacceptable to Space I max; or</p>\r\n <p>6.5.6 there is any double booking.</p>\r\n <p>6.6 If Space I max cancels or postpones any confirmed booking under 6.5.6, it will use all reasonable endeavours to make satisfactory alternative arrangements, including arranging an alternative suitable venue and/or nominating an alternative suitable date. If suitable alternative arrangements cannot be agreed, Space I max will refund all monies paid but will not be liable in any way for any other claim, demand or compensation by or through any party.</p>\r\n <h3>7. Maximum Numbers</h3>\r\n <p>The maximum number of people occupying the venue should not exceed the maximum occupancy mentioned for each venue.\r\n We will try to act reasonably in agreeing to any variation of the above that you request in advance of the Event.</p>\r\n <h3>8. Function Details</h3>\r\n <p>8.1 A Space I max Event Manager will be appointed upon booking of the venue and payment of the full deposit. You must ring to confirm the Space I max Event Manager’s name and contact details at least 10 working days prior to the Event.</p>\r\n <p>8.2 Details of all Event arrangements must be advised in writing to the Space I max Event Manager as soon as possible and at least 7 working days prior to the Event, failing which, Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>9. External Event Co-Ordinator</h3>\r\n <p>9.1 If you propose to engage an external Event Co-Ordinator to assist in preparation for your Event (whether including presentation of the venue, erection of fittings or displays etc or otherwise), the External Event Co-Ordinator’s name and all contact details must be advised in writing prior to your event. Space I max reserves the right to refuse the involvement of any event Co-ordinator at its discretion at any time without Space I max having any liability or consequence.</p>\r\n <p>9.2 Space I max reserves the right to refuse or require modification to any plans of any external Event Co-Ordinator without Space I max having any liability or consequence.</p>\r\n <p>9.3 Space I max does not accept responsibility for any injury, loss or damage incurred by or as a result of anything done or arranged by any external Event Co-Ordinator (including any alterations made to the venue premises by installation, erection or placement of fittings, fixtures, decorations or other material supplied by or at the direction of your external Event Co-Ordinator or performed by outside contractors) prior to, during or after the Event.</p>\r\n <h3>10. Venue Access/Availability Evening Events</h3>\r\n <p>10.1 Access to the venue will be granted only within the booked timing. Please contact us before booking for any access requirement prior to the event.</p>\r\n <p>10.2 Space I max (if requested) will make access available to the venue 2 hours prior to the commencement of the 4 hour Event and 1 hour after subject to availability and prior arrangement.</p>\r\n <p>10.3 Access to the venue may be available on request between 9.00am and 6.00pm on the day of the Event, provided we do not have another function, requirement or use. We will try to meet your needs, if we can and if time and staffing permit, provided we have agreed with you any extra cost and it has been paid.</p>\r\n <p>10.4 Any access to the venue that is required outside of the hours stated in 13.2 will incur a minimum $45.00 per hour fee. Please check with us before the Event to avoid any misunderstandings.</p>\r\n <p>10.5 It is the responsibility of you to advise Space I max of any additional access requirements in writing prior to the Event and Space I max reserves the right to refuse such access at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>10.6 Space I max reserves the right to book day or evening functions on the day of your Event and at any time the following day and you and the Card Holder will indemnify Space I max if any day function is disrupted by your Event or anything arising from it and Space I max or any of its staff, contractors or customers etc suffer any loss or claim as a result.</p>\r\n <h3>11. Deliveries</h3>\r\n <p>11.1 All deliveries to Space I max must be agreed with the Space I max Event Manager prior to the delivery and must be delivered to the venue on the dates and times agreed and clearly and properly marked with the name and date of the Event. Space I max reserves the right to refuse any delivery made or attempted at any other dates or times, at its complete discretion, without Space I max having any liability or consequence.</p>\r\n <p>11.2 All equipment and property brought to the Venue must be removed immediately following an Event unless previously arranged in writing with Space I max. Any equipment or property not removed, may be removed and/or discarded by Space I max at its complete discretion, without any liability or consequence and any cost, damage, claim or loss relating to the exercise of this discretion will be the responsibility of you and the Card Holder.</p>\r\n <h3>12. Quotes and Prices</h3>\r\n <p>12.1 All prices are current at the time of quotation and are subject to revision prior to final number confirmation per clause 9, unless otherwise agreed. Revision will be to take into account any genuine “rise & fall” in costings, between the date of confirmation of booking and final number confirmation date.</p>\r\n <p>12.2 Subject to clause 15.1 all written quotes are valid for 10 working days from the date of quotation for tentative bookings unless withdrawn by Space I max prior to receipt of both a properly completed, signed Booking Form and the required deposit in cleared funds.</p>\r\n <h3>13.Responsibility</h3>\r\n <p>13.1 Space I max does not accept responsibility for damage to or loss of any property brought to or left in the premises prior to, during or after an Event, whether by you, the Card Holder, any guest, outside contractors or any invitees of you or any of them.</p>\r\n <p>13.2 You and the Card Holder are responsible for any costs associated with any damage or loss incurred to any fittings, property or equipment on or about the premises which is caused or contributed to by you, the Card Holder or any guest, outside contractor or any invitees of you or any of them, prior to, during or after the Event. The cost of any such damage is agreed to be determined by the lower of two quotes Space I max obtains, provided Space I max has time to obtain 2 quotes. If there is insufficient time to obtain quotes you and the Cardholder will pay actual damages and/or costs of repairs/replacements.</p>\r\n <p>13.3 A bond may be required depending upon the details of the Event (i.e., to cover any alterations to the Venue, hiring of Space I max property, type of function or guests etc). This must be paid at least 7 working days before the Event, failing which Space I max reserves the right to cancel the booking or refuse to allow the details for which the bond was to relate, without Space I max having any liability or consequence.</p>\r\n <p>13.4 You is responsible for the conduct of you, the Card Holder, any guest, outside contractors or any invitees of you and authorises Space I max, without Space I max having any liability or consequence, to remove or have removed (with such force as necessary) you, the Card Holder, any guest, outside contractors or any invitees of you whose conduct is unsatisfactory or causes any distress, discomfort or harm to anyone at or near the venue.</p>\r\n <p>13.5 You and the Card Holder are responsible for any death, injury, damage or loss suffered to property or persons by anyone at the venue and whether arising prior to, during or after the Event.</p>\r\n <h3>14. Public Holiday Surcharge</h3>\r\n <p>A surcharge is applicable on public holidays. Please check with us before sending in your Booking Form.</p>\r\n Our standard surcharge for your selected venue will apply unless we have agreed otherwise with you in writing in advance. Please check with us before the Event to avoid any misunderstandings.\r\n </p>\r\n <h3>15. Signage</h3>\r\n <p>15.1 You may not cover, alter or obscure any part of any Space I max signage without the prior written consent of the Space I max Event Manager.</p>\r\n <p>15.2 You may not install or display any signage or thing at the venue without the prior written consent of the Space I max Event Manager.</p>\r\n <h3>16 Force Majeure</h3>\r\n <p>Should Space I max be prevented or substantially impeded from implementing and/or providing any services contemplated or confirmed, due to circumstances beyond its control (such as power failures, Government intervention, (direct or indirect) Government or other development or redevelopment (direct or indirect) of the venue or any adjoining site, fire, flooding, natural disasters, strikes, lock-out, war, terrorism, sabotage or acts of God) you will make no claim for loss or damage against Space I max or any related entity or person and will not permit any party to make any claim through you.</p>\r\n <h3>17. Indemnity, Limitation of Liability, Release and Insurance</h3>\r\n <p>17.1 To the fullest extent legally possible, you and the Card Holder indemnify Space I max and any related entity or person, their servants or agents, against any claim, cost, loss, damage or liability howsoever arising which relates in any way to the Event, any related thing arising prior to, during or after the Event, these Terms and Conditions and anything governed by them or any part of the services contemplated (“Services”), including any liability which Space I max cannot or has not excluded under these Terms and Conditions.</p>\r\n <p>17.2 To the fullest extent legally possible, Space I max and any related entity or person, their servants or agents will not be liable and no claim shall be made by or through you, the Card Holder, any guest, outside contractor or any invitees of you or by any other person who has or may hereafter have any interest in any part of any Services or otherwise, against Space I max or any related entity or person, their servants or agents which imposes or attempts to impose any liability whatsoever in connection with any part of the Services or otherwise, including any claim in tort or contract and whether for trespass, negligence, misfeasance, wilful act or omission, default or otherwise and whether claiming for contingent, consequential, direct, indirect, special or punitive damages or otherwise.</p>\r\n <p>17.3 For the avoidance of doubt, any liability under the Trade Practices Act or otherwise, which cannot be legally avoided will be limited to the cost of supply of the Services or the supply of the Services again.</p>\r\n <p>17.4 You and the card holder release Space I max from any liability.</p>\r\n <p>17.5 If requested by Space I max, you must take out all appropriate insurance reasonably required by Space I max for the Event, failing which Space I max reserves the right to cancel the booking without any liability or consequence.</p>\r\n <h3>18. Outside catering In the case of events requiring outside catering, these will be governed by further separate terms and conditions which will operate in addition to these Terms and Conditions. Please contact Space I max before the event to avoid any misunderstandings.</h3>\r\n <h3>19. Guarantors</h3>\r\n <p>You and the Card Holder agree to procure the personal guarantee of the Guarantor(s) (if any) named in the Booking Form, in the standard form of Agreement to Guarantee and Indemnify used by Space I max and to deliver same to the Event Manager not less than 10 working days prior to the Event, failing which Space I max reserves the right to cancel the booking, without any liability or consequence</p>\r\n <h3>20. Credit Cards</h3>\r\n <p>Acceptable credit card details are required upon making a booking and the Booking Form.</p>\r\n <p>20.1 All payments made by credit card will incur a surcharge.</p>\r\n <p>20.2 the Booking Form must be signed by the Card Holder.</p>\r\n <p>20.3 Any payment or claim that is outstanding after 7 days (whether relating to the Event, any cancellation or postponement or otherwise) will be charged to this credit card with the credit card surcharge.</p>\r\n <p>20.4 By signing the Booking Form and the Credit Card authority the Card Holder and you agree to this arrangement and authorise Space I max to use the credit card for this purpose.</p>\r\n <p>20.5 The Booking Form signatory, you and any Credit Card signatory are jointly and severally liable for payment of all fees, charges, losses or damage of Space I max (whether relating to the Event, any cancellation or postponement or otherwise) together with interest at 15% on any late payments.</p>\r\n <h3>21. Prohibitions</h3>\r\n <p>Space I max prohibits the following:</p>\r\n <p>21.1 Throwing confetti, glitter, poppers, streamers or rice anywhere in or about the premises without prior consent of Space I max</p>\r\n <p>21.2 Smoking anywhere on or about the Venue.</p>\r\n <p>21.3 Excessive noise during any Event. Space I max reserves the right to control the volume of music being played inside the venue (a maximum of 85DB). Noise-limiting devices will be in place at all times</p>\r\n <p>21.5 Discrimination of any sort and any belligerent or offensive behaviour on or about the Venue;</p>\r\n <p>21.6 Any waste materials left on or about the Venue;</p>\r\n <p>21.7 Bringing or allowing any illegal, obnoxious or offensive item on or about the Venue;</p>\r\n <p>21.8 You are responsible to Space I max for any breach of these prohibitions and must indemnify Space I max for any consequences of any breach.</p>\r\n <h3>22. Waiver</h3>\r\n <p>A waiver by any part of breach of any provision in this deed or any rights arising under it is not effective unless that waiver is in writing and is signed by the party granting the waiver. No waiver will vitiate the remainder of this deed, which will continue to apply with full force and effect, nor will it prevent the exercise of any other provision or part of this deed or any other right arising under it.</p>\r\n <h3>23. Sole Terms and Conditions</h3>\r\n <p>These Terms and Conditions and anything expressly incorporated by reference herein, are the entirety of the Terms and Conditions of any engagement of Space I max and form the basis of all understandings and agreements between you, the Card Holder and Space I max. No other term, condition, agreement, warranty, representation or understanding whether express or implied, extending to or relating to or binding upon Space I max is made or given.</p>\r\n <h3>24. Definitions</h3>\r\n <p>“Space I max” Level 2, Turnham Avenue, Rosanna, Victoria 3084 and (as applicable) its related entities, its staff, servants, contractors or agents.</p>\r\n <p>“You” means the parties referred to in the Booking Form.</p>\r\n <p>“Card Holder” means the party whose Credit Card Details and signature appear on the Booking Form.</p>\r\n <p>“Guarantor” means the Guarantor(s) referred to in the Booking Form.</p>\r\n <p>“Venue/Premises” means the place(s)/room(s) at which your Event is held.</p>\r\n <p>“Event” means the program or the purpose for which the place is being hired for.</p>\r\n </div>\r\n <div class=\"modal-footer text-center w-100 text-center\" style=\"margin:0 auto;\"> <a href=\"https://hciwa.skedda.com/register?key=72aca5e1c440442e&payload=CfDJ8Jovi6C8dgpBpNzYIcS-kr2509Us8gtxf9P-NKZl5pXPPBSB1xboJ7Eh7iVcBYU4b4UQ9DJBEneQhEpmKLu2Qs-i18Rb045SEBqIeH7Go-DZ9BoBzbSrLwC-UFXX4OFmILoJ8EX0CySAiqgYNRTYNa8\" class=\"booking-btn\" style=\"margin: 10px auto;\">I agree the Terms & Conditions, Proceed Booking</a> </div>\r\n </div>\r\n </div>\r\n</div>\r\n<div class=\"modal fade\" id=\"helpModal\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\"> \r\n \r\n <!-- Modal Header -->\r\n \r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\">Follow these steps to book!</h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n \r\n <!-- Modal body -->\r\n \r\n <div class=\"modal-body\"> \r\n \r\n <!-- ================================================================================= -->\r\n \r\n <div class=\"progressTab\">\r\n <div class=\"progress-tabbody\">\r\n <div class=\"tab-content\" id=\"progressTabContent\">\r\n <div class=\"tab-pane fade show active\" id=\"progressTab1\" role=\"tabpanel\" aria-labelledby=\"formTab1\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step1.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 1</h3>\r\n <p>When on clicking the book button, it will take you to the landing page where you need to register by adding your name and Email.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab2\" role=\"tabpanel\" aria-labelledby=\"formTab2\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step2.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 2</h3>\r\n <p>Upon registering, you will be directed to the map view of the booking where you can change the location, views (grid, list, map), date and time. </p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab3\" role=\"tabpanel\" aria-labelledby=\"formTab3\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step3.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 3</h3>\r\n <p>Click on the room you want to book and enter the time duration (please note that a minimum of 4 hours booking is required)</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab4\" role=\"tabpanel\" aria-labelledby=\"formTab4\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-8 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step4.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-4 col-md-12\">\r\n <h3>Step 4</h3>\r\n <p>Check the information you have entered (time, date, space, booking title, notes) and also enter the card details for checkout. You will receive a confirmation mail upon successful payment.</p>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"tab-pane fade\" id=\"progressTab5\" role=\"tabpanel\" aria-labelledby=\"formTab5\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-7 col-md-12\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/step5.png\" class=\"img-fluid\"> </div>\r\n <div class=\"col-lg-5 col-md-12\">\r\n <h3>Terms and Conditions</h3>\r\n <ul style=\"padding-left: 15px;\">\r\n <li>Booking window will be activated only within the booked hours. Extensions are to be booked separately.</li>\r\n <li>Any damages occurred or caused while using the premises must be reported. Upon review the customer might have to pay for the damage caused.</li>\r\n <li>Cancellation of booking must be done 2 hours prior to the booking start time.</li>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"progress-tabmenu\">\r\n <ul class=\"nav nav-tabs\"><!-- id=\"progressTab\" role=\"tablist\"-->\r\n <li class=\"nav-item active\"><a class=\"nav-link noline active\" data-bs-toggle=\"tab\" href=\"#progressTab1\"><span>1</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab2\"><span>2</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab3\"><span>3</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab4\"><span>4</span></a></li>\r\n <li class=\"nav-item\"><a class=\"nav-link\" data-bs-toggle=\"tab\" href=\"#progressTab5\"><span>5</span></a></li>\r\n </ul>\r\n </div>\r\n </div>\r\n \r\n <!-- ================================================================================= --> \r\n \r\n </div>\r\n \r\n <!-- Modal footer -->\r\n \r\n <div class=\"modal-footer\">\r\n <button type=\"button\" class=\"btn btn-link\" data-bs-dismiss=\"modal\">Skip >></button>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-1\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-12.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-13.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-14.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-15.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-1.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-2.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-3.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-31.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-4.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-16.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-17.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-5.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/thumb-40.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-6.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-7.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-8.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-10.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/nmc-11.jpg\" alt=\"Campus-1\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> \r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/hei-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-3\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-4\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/class-01.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus-3\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"campusModal-5\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"campusSlide-5\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#campusSlide-5\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-3\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-3\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-19.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> \r\n <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-3\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"SydneycampusModal-4\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"SydneycampusSlide-4\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/syd-ihna-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#SydneycampusSlide-4\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"PerthcampusModal-1\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"PerthcampusSlide-1\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-1.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-11.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-13.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-14.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-15.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-16.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-17.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-18.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-20.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-21.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-1\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END --> \r\n\r\n<!-- IMAGE GALLERY MODAL POPUP -->\r\n<div class=\"modal fade\" id=\"PerthcampusModal-2\">\r\n <div class=\"modal-dialog modal-dialog-centered modal-lg\">\r\n <div class=\"modal-content\">\r\n <div class=\"modal-header\">\r\n <h4 class=\"modal-title\"><strong>Gallery</strong></h4>\r\n <button type=\"button\" class=\"close\" data-bs-dismiss=\"modal\">×</button>\r\n </div>\r\n <div class=\"modal-body\">\r\n <div id=\"PerthcampusSlide-2\" class=\"carousel slide\" data-bs-ride=\"carousel\">\r\n <div class=\"carousel-inner\">\r\n <div class=\"carousel-item active\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-2.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-3.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-4.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-5.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-6.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-7.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-8.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-9.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-10.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n <div class=\"carousel-item\"> <img src=\"/wp-content/themes/mwt-spacei/assets/images/perth-campus-12.jpg\" alt=\"Campus\" class=\"img-fluid\"> </div>\r\n </div>\r\n <button class=\"carousel-control-prev\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"prev\"> <span class=\"carousel-control-prev-icon\"></span> </button> <button class=\"carousel-control-next\" type=\"button\" data-bs-target=\"#PerthcampusSlide-2\" data-bs-slide=\"next\"> <span class=\"carousel-control-next-icon\"></span> </button> </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<!-- IMAGE GALLERY MODAL POPUP END -->\r\n','Book your venue','','inherit','closed','closed','','43-revision-v1','','','2021-11-29 05:19:48','2021-11-29 05:19:48','',43,'https://uat.spacei.com.au/?p=53',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`term_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM 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);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT '0',
`count` bigint(20) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2 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);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=55 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','ajith'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(16,1,'session_tokens','a:1:{s:64:\"d6a29399df6aa2b2b8337bae9bd07c6cc3dcea40b12c8cbcf4095f6ed2f954fe\";a:4:{s:10:\"expiration\";i:1638059482;s:2:\"ip\";s:13:\"49.37.176.169\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\";s:5:\"login\";i:1637886682;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','41'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"49.37.176.0\";}'),(19,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:41:\"dashboard_site_health,dashboard_right_now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:17:\"dashboard_primary\";s:7:\"column4\";s:18:\"dashboard_activity\";}'),(20,1,'wp_user-settings','editor=html&libraryContent=browse'),(21,1,'wp_user-settings-time','1636603169'),(22,2,'nickname','eldhose'),(23,2,'first_name','Eldhose'),(24,2,'last_name','Joy'),(25,2,'description',''),(26,2,'rich_editing','true'),(27,2,'syntax_highlighting','true'),(28,2,'comment_shortcuts','false'),(29,2,'admin_color','fresh'),(30,2,'use_ssl','0'),(31,2,'show_admin_bar_front','true'),(32,2,'locale',''),(33,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(34,2,'wp_user_level','10'),(35,2,'dismissed_wp_pointers',''),(36,3,'nickname','anusha'),(37,3,'first_name','Anusha'),(38,3,'last_name','Kurian'),(39,3,'description',''),(40,3,'rich_editing','true'),(41,3,'syntax_highlighting','true'),(42,3,'comment_shortcuts','false'),(43,3,'admin_color','fresh'),(44,3,'use_ssl','0'),(45,3,'show_admin_bar_front','true'),(46,3,'locale',''),(47,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(48,3,'wp_user_level','10'),(49,3,'dismissed_wp_pointers',''),(50,2,'session_tokens','a:1:{s:64:\"facf3fe40afe196556e20dc4d4bdcbce6cc5c1a23d08cfbd0bcfe6519cb07d08\";a:4:{s:10:\"expiration\";i:1639098034;s:2:\"ip\";s:15:\"206.189.136.130\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36\";s:5:\"login\";i:1637888434;}}'),(51,2,'wp_dashboard_quick_press_last_post_id','42'),(52,2,'community-events-location','a:1:{s:2:\"ip\";s:13:\"206.189.136.0\";}'),(53,2,'wp_user-settings','editor=html'),(54,2,'wp_user-settings-time','1637889017');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=4 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,'ajith','$P$Bmyv9MX.eJ55uvWqqESJB.JNHYKoL91','ajith','ajith@mwttech.com','http://spacei.local','2021-11-08 03:31:54','',0,'ajith'),(2,'eldhose','$P$BkD3NUOA8aYHLb3AuBc8RSu4S/z6Py/','eldhose','eldhose@mwttech.com','','2021-11-26 00:32:37','',0,'Eldhose Joy'),(3,'anusha','$P$BOmnUwFw.S8OWSIs4NFFTRb2VL7A6v.','anusha','anusha@mwttech.com','','2021-11-26 00:35:13','',0,'Anusha Kurian');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-12-01 18:03:50